Skip to content

Commit 42d6426

Browse files
Update actions/cache action to v5.0.1
1 parent 4249f27 commit 42d6426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@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 }}

0 commit comments

Comments
 (0)