Skip to content

Commit 04239a2

Browse files
ci(github-action): update action actions/cache (v5.0.3 → v5.0.4)
1 parent d9ed696 commit 04239a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/vulnerability-scan.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Restore Database
3939
id: database-restore
40-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
40+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4141
with:
4242
key: grype-db-${{ steps.cache.outputs.key }}
4343
path: ~/.cache/grype/db
@@ -54,7 +54,7 @@ jobs:
5454
5555
- if: ${{ always() && steps.database-restore.outputs.cache-hit != 'true' }}
5656
name: Cache Database
57-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
57+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5858
with:
5959
key: grype-db-${{ steps.cache.outputs.key }}
6060
path: ~/.cache/grype/db
@@ -80,7 +80,7 @@ jobs:
8080
echo "key=$(date -u +'%Y-%m-%d')" >> $GITHUB_OUTPUT
8181
8282
- name: Restore Database
83-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
83+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8484
with:
8585
key: grype-db-${{ steps.cache.outputs.key }}
8686
path: ~/.cache/grype/db

0 commit comments

Comments
 (0)