8484
8585 - name : Fetch Cached Signed Binary Artifacts
8686 id : binary-cache-sign
87- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
87+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
8888 with :
8989 path : ${{ github.workspace }}/tarballs
9090 key : nginx-ingress-release-${{ steps.vars.outputs.go_code_md5 }}
@@ -432,15 +432,15 @@ jobs:
432432 ref : ${{ inputs.release_branch }}
433433
434434 - name : Fetch Binary Artifacts from Cache
435- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
435+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
436436 with :
437437 path : ${{ github.workspace }}/dist
438438 key : nginx-ingress-${{ needs.variables.outputs.go_code_md5 }}
439439 if : ${{ needs.variables.outputs.binary_cache_sign_hit != 'true' }}
440440
441441 - name : Download Syft
442442 id : syft
443- uses : anchore/sbom-action/download-syft@8d0a6505bf28ced3e85154d13dc6af83299e13f1 # v0.17.4
443+ uses : anchore/sbom-action/download-syft@1ca97d9028b51809cf6d3c934c3e160716e1b605 # v0.17.5
444444 if : ${{ needs.variables.outputs.binary_cache_sign_hit != 'true' }}
445445
446446 - name : Install Cosign
@@ -455,7 +455,7 @@ jobs:
455455 if : ${{ needs.variables.outputs.binary_cache_sign_hit != 'true' }}
456456
457457 - name : Store Tarball Artifacts in Cache
458- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
458+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
459459 with :
460460 path : ${{ github.workspace }}/tarballs
461461 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
@@ -476,7 +476,7 @@ jobs:
476476 ref : ${{ inputs.release_branch }}
477477
478478 - name : Fetch Cached Tarball Artifacts
479- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
479+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
480480 with :
481481 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
482482 path : ${{ github.workspace }}/tarballs
@@ -520,7 +520,7 @@ jobs:
520520 ref : ${{ inputs.release_branch }}
521521
522522 - name : Fetch Cached Tarball Artifacts
523- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
523+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
524524 with :
525525 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
526526 path : ${{ github.workspace }}/tarballs
0 commit comments