File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5454 path : " vault-helm"
5555
5656 - name : Create Kind Cluster
57- uses : helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10 .0
57+ uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12 .0
5858 with :
5959 cluster_name : ${{ inputs.kind-cluster-name }}
6060 config : vault-helm/test/kind/config.yaml
@@ -108,14 +108,14 @@ runs:
108108
109109 - name : Store kind cluster logs
110110 if : success()
111- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
111+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
112112 with :
113113 name : ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }}
114114 path : ${{ steps.create_kind_export_log_root.outputs.log_root }}
115115
116116 - name : Store kind cluster logs failure
117117 if : failure()
118- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
118+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
119119 with :
120120 name : ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }}-failed
121121 path : ${{ steps.create_kind_export_log_root.outputs.log_root }}
Original file line number Diff line number Diff line change 4242 version : ${{ needs.get-product-version.outputs.product-version }}
4343 product : ${{ env.PKG_NAME }}
4444
45- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
45+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
4646 with :
4747 name : metadata.json
4848 path : ${{ steps.generate-metadata-file.outputs.filepath }}
6262 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6363
6464 - name : Setup go
65- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
65+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
6666 with :
6767 go-version-file : .go-version
6868
8383 zip -r -j "${ZIP_FILE}" "${BUILD_DIR}/"
8484 echo "path=${ZIP_FILE}" >> $GITHUB_OUTPUT
8585 echo "name=$(basename ${ZIP_FILE})" >> $GITHUB_OUTPUT
86- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
86+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
8787 with :
8888 name : ${{ steps.build-binary.outputs.name }}
8989 path : ${{ steps.build-binary.outputs.path }}
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
19- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
19+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
2020 with :
2121 go-version-file : .go-version
2222
2828 - name : Test
2929 run : make test
3030
31- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
31+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
3232 with :
3333 name : ${{ env.TARBALL_FILE }}
3434 path : ${{ env.TARBALL_FILE }}
You can’t perform that action at this time.
0 commit comments