8686 with :
8787 go-version-file : .go-version
8888 - run : make ci-test
89- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
89+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
9090 with :
9191 node-version : ' 20'
9292 - run : npm install -g bats@${BATS_VERSION}
@@ -112,7 +112,7 @@ jobs:
112112 version : ${{ needs.get-product-version.outputs.product-version }}
113113 product : ${{ env.PKG_NAME }}
114114 repositoryOwner : " hashicorp"
115- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
115+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
116116 with :
117117 name : metadata.json
118118 path : ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -153,7 +153,7 @@ jobs:
153153 echo "path=${ZIP_FILE}" >> $GITHUB_OUTPUT
154154 echo "name=$(basename ${ZIP_FILE})" >> $GITHUB_OUTPUT
155155 - name : Upload binary
156- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
156+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
157157 with :
158158 name : ${{ steps.build-binary.outputs.name }}
159159 path : ${{ steps.build-binary.outputs.path }}
@@ -313,7 +313,7 @@ jobs:
313313 - " 0.8.0"
314314 - " 0.9.0"
315315 steps :
316- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
316+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
317317 with :
318318 name : ${{ github.event.repository.name }}_release-default_linux_amd64_${{ needs.get-product-version.outputs.product-version }}_${{ github.sha }}.docker.tar
319319 - name : Load docker image
@@ -325,7 +325,7 @@ jobs:
325325 with :
326326 version : " v0.27.0"
327327 install_only : true
328- - uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2 .0
328+ - uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3 .0
329329 id : setup-helm
330330 with :
331331 version : " v3.15.1"
@@ -366,7 +366,7 @@ jobs:
366366 matrix :
367367 k8s-version : ${{ fromJson(needs.versions.outputs.K8S_VERSIONS) }}
368368 steps :
369- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
369+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
370370 with :
371371 name : ${{ github.event.repository.name }}_release-default_linux_amd64_${{ needs.get-product-version.outputs.product-version }}_${{ github.sha }}.docker.tar
372372 - name : Load docker image
@@ -378,7 +378,7 @@ jobs:
378378 with :
379379 version : " v0.27.0"
380380 install_only : true
381- - uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2 .0
381+ - uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3 .0
382382 id : setup-helm
383383 with :
384384 version : " v3.15.1"
0 commit comments