Skip to content

Commit 217f979

Browse files
Update actions/cache action to v5.0.5
1 parent dee52ca commit 217f979

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)