39
39
steps :
40
40
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41
41
- id : setup-go
42
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
42
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
43
43
with :
44
44
go-version-file : .go-version
45
45
- name : go mod download all
79
79
- build-pre-checks
80
80
steps :
81
81
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
82
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
82
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
83
83
with :
84
84
go-version-file : .go-version
85
85
- run : make ci-test
@@ -109,7 +109,7 @@ jobs:
109
109
version : ${{ needs.get-product-version.outputs.product-version }}
110
110
product : ${{ env.PKG_NAME }}
111
111
repositoryOwner : " hashicorp"
112
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
112
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
113
113
with :
114
114
name : metadata.json
115
115
path : ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -128,7 +128,7 @@ jobs:
128
128
- name : Checkout
129
129
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
130
130
- name : Setup go
131
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
131
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
132
132
with :
133
133
go-version-file : .go-version
134
134
- name : Build binary
@@ -150,7 +150,7 @@ jobs:
150
150
echo "path=${ZIP_FILE}" >> $GITHUB_OUTPUT
151
151
echo "name=$(basename ${ZIP_FILE})" >> $GITHUB_OUTPUT
152
152
- name : Upload binary
153
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
153
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
154
154
with :
155
155
name : ${{ steps.build-binary.outputs.name }}
156
156
path : ${{ steps.build-binary.outputs.path }}
@@ -312,7 +312,7 @@ jobs:
312
312
- " 0.9.1"
313
313
- " 0.10.0"
314
314
steps :
315
- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
315
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
316
316
with :
317
317
name : ${{ github.event.repository.name }}_release-default_linux_amd64_${{ needs.get-product-version.outputs.product-version }}_${{ github.sha }}.docker.tar
318
318
- name : Load docker image
@@ -334,7 +334,7 @@ jobs:
334
334
helm repo add hashicorp https://helm.releases.hashicorp.com
335
335
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
336
336
- name : Setup go
337
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
337
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
338
338
with :
339
339
go-version-file : .go-version
340
340
- name : Run tests
@@ -365,7 +365,7 @@ jobs:
365
365
matrix :
366
366
k8s-version : ${{ fromJson(needs.versions.outputs.K8S_VERSIONS) }}
367
367
steps :
368
- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
368
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
369
369
with :
370
370
name : ${{ github.event.repository.name }}_release-default_linux_amd64_${{ needs.get-product-version.outputs.product-version }}_${{ github.sha }}.docker.tar
371
371
- name : Load docker image
@@ -387,7 +387,7 @@ jobs:
387
387
helm repo add hashicorp https://helm.releases.hashicorp.com
388
388
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
389
389
- name : Setup go
390
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
390
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
391
391
with :
392
392
go-version-file : .go-version
393
393
- name : Run tests
0 commit comments