File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments