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 3131
3232 - name : Restore Database
3333 id : database-restore
34- uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
34+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3535 with :
3636 key : grype-db-${{ steps.cache.outputs.key }}
3737 path : ~/.cache/grype/db
4747
4848 - if : ${{ always() && steps.database-restore.outputs.cache-hit != 'true' }}
4949 name : Cache Database
50- uses : actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
50+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5151 with :
5252 key : grype-db-${{ steps.cache.outputs.key }}
5353 path : ~/.cache/grype/db
8484 run : echo "key=$(date -u +'%Y-%m-%d')" >> $GITHUB_OUTPUT
8585
8686 - name : Restore Database
87- uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
87+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
8888 with :
8989 key : grype-db-${{ steps.cache.outputs.key }}
9090 path : ~/.cache/grype/db
You can’t perform that action at this time.
0 commit comments