Skip to content

Commit ef1ced4

Browse files
ci(github-action)!: Update action actions/cache (v4.3.0 → v5.0.1)
1 parent 9ce9336 commit ef1ced4

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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
39+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
56+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
79+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
8080
with:
8181
key: grype-db-${{ steps.cache.outputs.key }}
8282
path: ~/.cache/grype/db

0 commit comments

Comments
 (0)