File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
67+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
182+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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:0.69.3
223223 - run : mkdir /tmp/trivy
224224 - name : Cache Trivy Cache
225- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
225+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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