Skip to content

Commit 15dc92a

Browse files
we-renovate[bot]stempler
authored andcommitted
fix(deps): update actions/cache action to v4.2.2
1 parent 0995326 commit 15dc92a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292

9393
- name: Restore trivy cache
9494
id: cache-trivy-restore
95-
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
95+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
9696
with:
9797
path: .trivy
9898
key: ${{ runner.os }}-trivy-${{ github.job }}-${{ github.run_id }}
@@ -206,7 +206,7 @@ runs:
206206
continue-on-error: true # ignore error (e.g. if cached was already saved in same workflow run)
207207
if: always() # always save
208208
id: cache-trivy-save
209-
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
209+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
210210
with:
211211
path: .trivy
212212
key: ${{ steps.cache-trivy-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)