Skip to content

Commit 48ac7d5

Browse files
ci(github-action): update action actions/cache (v4.2.4 → v4.3.0)
1 parent 378b331 commit 48ac7d5

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

0 commit comments

Comments
 (0)