diff --git a/.github/actions/lint-grype/action.yml b/.github/actions/lint-grype/action.yml index 315568a..892df9d 100644 --- a/.github/actions/lint-grype/action.yml +++ b/.github/actions/lint-grype/action.yml @@ -5,11 +5,11 @@ runs: using: "composite" steps: - name: Cache Grype vulnerability DB - uses: actions/cache@v3 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: ~/.cache/grype/db key: grype-db - + - name: Check if DB needs updates shell: bash run: |