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