Skip to content

Commit a77a272

Browse files
authored
Merge pull request #368 from WyriHaximusNet/renovate/update-github-tags-actions-cache-v5-0-3
Update actions/cache action to v5.0.3
2 parents 5db22cb + 832de2c commit a77a272

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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
67+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
226226
with:
227227
path: /tmp/trivy
228228
key: cache-trivy-${{ runner.environment }}-${{ runner.arch }}-${{ runner.os }}

0 commit comments

Comments
 (0)