Skip to content

Commit 890bab8

Browse files
chore(deps): update actions/cache action to v5.0.3 (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 661e52a commit 890bab8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vulnerability-scan.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Restore Database
3333
id: database-restore
34-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
34+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3535
with:
3636
key: grype-db-${{ steps.cache.outputs.key }}
3737
path: ~/.cache/grype/db
@@ -47,7 +47,7 @@ jobs:
4747

4848
- if: ${{ always() && steps.database-restore.outputs.cache-hit != 'true' }}
4949
name: Cache Database
50-
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
50+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5151
with:
5252
key: grype-db-${{ steps.cache.outputs.key }}
5353
path: ~/.cache/grype/db
@@ -84,7 +84,7 @@ jobs:
8484
run: echo "key=$(date -u +'%Y-%m-%d')" >> $GITHUB_OUTPUT
8585

8686
- name: Restore Database
87-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
87+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
8888
with:
8989
key: grype-db-${{ steps.cache.outputs.key }}
9090
path: ~/.cache/grype/db

0 commit comments

Comments
 (0)