@@ -100,7 +100,7 @@ jobs:
100
100
101
101
- name : Fetch Cached Binary Artifacts
102
102
id : binary-cache
103
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
103
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
104
104
with :
105
105
path : ${{ github.workspace }}/dist
106
106
key : nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}
@@ -197,7 +197,7 @@ jobs:
197
197
if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
198
198
199
199
- name : Download Syft
200
- uses : anchore/sbom-action/download-syft@b6a39da80722a2cb0ef5d197531764a89b5d48c3 # v0.15.8
200
+ uses : anchore/sbom-action/download-syft@9fece9e20048ca9590af301449208b2b8861333b # v0.15.9
201
201
if : github.ref_type == 'tag'
202
202
203
203
- name : Install Cosign
@@ -228,7 +228,7 @@ jobs:
228
228
if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
229
229
230
230
- name : Store Artifacts in Cache
231
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
231
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
232
232
with :
233
233
path : ${{ github.workspace }}/dist
234
234
key : nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
@@ -255,7 +255,7 @@ jobs:
255
255
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
256
256
257
257
- name : Fetch Cached Artifacts
258
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
258
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
259
259
with :
260
260
path : ${{ github.workspace }}/dist
261
261
key : nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
0 commit comments