We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a97c7 commit 2998ea9Copy full SHA for 2998ea9
action.yaml
@@ -139,7 +139,7 @@ runs:
139
140
- name: Restore DB from cache
141
if: ${{ inputs.cache == 'true' }}
142
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
143
with:
144
path: ${{ inputs.cache-dir }}
145
key: cache-trivy-${{ steps.date.outputs.date }}
0 commit comments