@@ -119,7 +119,7 @@ jobs:
119119
120120 - name : Fetch Cached Binary Artifacts
121121 id : binary-cache
122- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
122+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
123123 with :
124124 path : ${{ github.workspace }}/dist
125125 key : nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}
@@ -227,7 +227,7 @@ jobs:
227227 if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
228228
229229 - name : Upload coverage to Codecov
230- uses : codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
230+ uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
231231 with :
232232 files : ./coverage.txt
233233 token : ${{ secrets.CODECOV_TOKEN }} # required
@@ -280,7 +280,7 @@ jobs:
280280 if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
281281
282282 - name : Store Artifacts in Cache
283- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
283+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
284284 with :
285285 path : ${{ github.workspace }}/dist
286286 key : nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
@@ -432,7 +432,7 @@ jobs:
432432 if : ${{ ( needs.checks.outputs.forked_workflow == 'false' || needs.checks.outputs.docs_only == 'false' ) && steps.stable_exists.outputs.exists != 'true' }}
433433
434434 - name : Fetch Cached Artifacts
435- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
435+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
436436 with :
437437 path : ${{ github.workspace }}/dist
438438 key : nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
@@ -443,7 +443,7 @@ jobs:
443443 if : ${{ needs.checks.outputs.forked_workflow == 'true' && needs.checks.outputs.docs_only == 'false' }}
444444
445445 - name : Build Docker Image ${{ matrix.base-os }}
446- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
446+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
447447 with :
448448 file : build/Dockerfile
449449 context : " ."
@@ -467,6 +467,10 @@ jobs:
467467 kind load docker-image "${{ matrix.image }}:${{ matrix.tag }}" --name ${{ github.run_id }}
468468 if : ${{ steps.stable_exists.outputs.exists != 'true' && needs.checks.outputs.docs_only == 'false' }}
469469
470+ - name : Create Plus Secret
471+ run : kubectl create secret generic license-token --from-literal=license.jwt="${{ secrets.PLUS_JWT }}" --type="nginx.com/license"
472+ if : ${{ matrix.type == 'plus' && steps.stable_exists.outputs.exists != 'true' && needs.checks.outputs.docs_only == 'false' }}
473+
470474 - name : Install Chart
471475 run : >
472476 helm install
@@ -561,7 +565,7 @@ jobs:
561565 if : ${{ needs.checks.outputs.forked_workflow == 'false' && needs.checks.outputs.docs_only == 'false' }}
562566
563567 - name : Build Test-Runner Container
564- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
568+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
565569 with :
566570 file : tests/Dockerfile
567571 context : " ."
0 commit comments