@@ -474,7 +474,7 @@ jobs:
474
474
ref : ${{ inputs.release_branch }}
475
475
476
476
- name : Fetch Binary Artifacts from Cache
477
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
477
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
478
478
with :
479
479
path : ${{ github.workspace }}/dist
480
480
key : nginx-ingress-${{ needs.variables.outputs.go_code_md5 }}
@@ -493,7 +493,7 @@ jobs:
493
493
SYFT_BIN : ${{ steps.syft.outputs.cmd }}
494
494
495
495
- name : Store Tarball Artifacts in Cache
496
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
496
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
497
497
with :
498
498
path : ${{ github.workspace }}/tarballs
499
499
key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
@@ -515,7 +515,7 @@ jobs:
515
515
ref : ${{ inputs.release_branch }}
516
516
517
517
- name : Fetch Cached Tarball Artifacts
518
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
518
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
519
519
with :
520
520
key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
521
521
path : ${{ github.workspace }}/tarballs
@@ -529,7 +529,7 @@ jobs:
529
529
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
530
530
531
531
- name : Azure Upload Release Packages
532
- uses : azure/CLI@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1 .0
532
+ uses : azure/CLI@9f7ce6f37c31b777ec6c6b6d1dfe7db79f497956 # v2.2 .0
533
533
with :
534
534
inlineScript : |
535
535
for i in $(find tarballs -type f); do
@@ -559,7 +559,7 @@ jobs:
559
559
ref : ${{ inputs.release_branch }}
560
560
561
561
- name : Fetch Cached Tarball Artifacts
562
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
562
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
563
563
with :
564
564
key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
565
565
path : ${{ github.workspace }}/tarballs
0 commit comments