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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6565 - run : mkdir /tmp/trivy
6666 - name : Cache Trivy Cache
67- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
67+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
182+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
225+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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