diff --git a/.github/actions/lint-grype/action.yml b/.github/actions/lint-grype/action.yml index 846d141..e1f23223 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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: path: /home/runner/.cache/grype/db/ key: grype-db