Skip to content

Commit 560c4d4

Browse files
ci(github-action): update action actions/cache (v4.2.3 → v4.2.4)
1 parent 3768468 commit 560c4d4

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
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Restore Database
3838
id: database-restore
39-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
39+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4040
with:
4141
key: grype-db-${{ steps.cache.outputs.key }}
4242
path: ~/.cache/grype/db
@@ -53,7 +53,7 @@ jobs:
5353
5454
- if: ${{ always() && steps.database-restore.outputs.cache-hit != 'true' }}
5555
name: Cache Database
56-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
56+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5757
with:
5858
key: grype-db-${{ steps.cache.outputs.key }}
5959
path: ~/.cache/grype/db
@@ -76,7 +76,7 @@ jobs:
7676
run: echo "key=$(date -u +'%Y-%m-%d')" >> $GITHUB_OUTPUT
7777

7878
- name: Restore Database
79-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
79+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8080
with:
8181
key: grype-db-${{ steps.cache.outputs.key }}
8282
path: ~/.cache/grype/db

0 commit comments

Comments
 (0)