From 8f6524c52a0241ccbec603800174b18c2ec0063f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:40:49 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 27d5ce7 --- .github/actions/lint-grype/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/lint-grype/action.yml b/.github/actions/lint-grype/action.yml index d1072a3..d0666be 100644 --- a/.github/actions/lint-grype/action.yml +++ b/.github/actions/lint-grype/action.yml @@ -5,7 +5,7 @@ runs: using: "composite" steps: - name: Cache Grype vulnerability DB - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: /home/runner/.cache/grype/db/ key: grype-db