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 6464 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6565 - run : mkdir /tmp/trivy
6666 - name : Cache Trivy Cache
67- uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
67+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
6868 with :
6969 path : /tmp/trivy
7070 key : cache-trivy-${{ runner.environment }}-${{ runner.arch }}-${{ runner.os }}
@@ -179,7 +179,7 @@ jobs:
179179 steps :
180180 - run : mkdir /tmp/trivy
181181 - name : Cache Trivy Cache
182- uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
182+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
183183 with :
184184 path : /tmp/trivy
185185 key : cache-trivy-${{ runner.environment }}-${{ runner.arch }}-${{ runner.os }}
@@ -222,7 +222,7 @@ jobs:
222222 - run : docker pull aquasec/trivy:latest
223223 - run : mkdir /tmp/trivy
224224 - name : Cache Trivy Cache
225- uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
225+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
226226 with :
227227 path : /tmp/trivy
228228 key : cache-trivy-${{ runner.environment }}-${{ runner.arch }}-${{ runner.os }}
You can’t perform that action at this time.
0 commit comments