Skip to content

Commit ce2a676

Browse files
committed
[internal] Update GitHub Actions workflow files
1 parent 9c9fe3b commit ce2a676

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
set-env: PROVIDER_VERSION
6363
- name: Install Go
64-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
64+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
6565
with:
6666
go-version: ${{ env.GOVERSION }}
6767
cache-dependency-path: "**/*.sum"
@@ -166,7 +166,7 @@ jobs:
166166
with:
167167
set-env: PROVIDER_VERSION
168168
- name: Install Go
169-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
169+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
170170
with:
171171
go-version: ${{ env.GOVERSION }}
172172
cache-dependency-path: "**/*.sum"
@@ -269,7 +269,7 @@ jobs:
269269
with:
270270
set-env: PROVIDER_VERSION
271271
- name: Install Go
272-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
272+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
273273
with:
274274
go-version: ${{ env.GOVERSION }}
275275
cache-dependency-path: "**/*.sum"
@@ -366,7 +366,7 @@ jobs:
366366
with:
367367
set-env: PROVIDER_VERSION
368368
- name: Install Go
369-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
369+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
370370
with:
371371
go-version: ${{ env.GOVERSION }}
372372
cache-dependency-path: "**/*.sum"
@@ -432,7 +432,7 @@ jobs:
432432
repository: pulumi/scripts
433433
- run: echo "ci-scripts" >> .git/info/exclude
434434
- name: Install Go
435-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
435+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
436436
with:
437437
go-version: ${{ env.GOVERSION }}
438438
cache-dependency-path: "**/*.sum"
@@ -502,7 +502,7 @@ jobs:
502502
lfs: true
503503
ref: ${{ env.PR_COMMIT_SHA }}
504504
- name: Install Go
505-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
505+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
506506
with:
507507
go-version: ${{ env.GOVERSION }}
508508
cache-dependency-path: "**/*.sum"

.github/workflows/prerelease.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
set-env: PROVIDER_VERSION
5555
- name: Install Go
56-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
56+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
5757
with:
5858
go-version: ${{ env.GOVERSION }}
5959
cache-dependency-path: "**/*.sum"
@@ -158,7 +158,7 @@ jobs:
158158
with:
159159
set-env: PROVIDER_VERSION
160160
- name: Install Go
161-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
161+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
162162
with:
163163
go-version: ${{ env.GOVERSION }}
164164
cache-dependency-path: "**/*.sum"
@@ -260,7 +260,7 @@ jobs:
260260
with:
261261
set-env: PROVIDER_VERSION
262262
- name: Install Go
263-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
263+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
264264
with:
265265
go-version: ${{ env.GOVERSION }}
266266
cache-dependency-path: "**/*.sum"
@@ -357,7 +357,7 @@ jobs:
357357
with:
358358
set-env: PROVIDER_VERSION
359359
- name: Install Go
360-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
360+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
361361
with:
362362
go-version: ${{ env.GOVERSION }}
363363
cache-dependency-path: "**/*.sum"
@@ -423,7 +423,7 @@ jobs:
423423
repository: pulumi/scripts
424424
- run: echo "ci-scripts" >> .git/info/exclude
425425
- name: Install Go
426-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
426+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
427427
with:
428428
go-version: ${{ env.GOVERSION }}
429429
cache-dependency-path: "**/*.sum"
@@ -500,7 +500,7 @@ jobs:
500500
with:
501501
set-env: PROVIDER_VERSION
502502
- name: Install Go
503-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
503+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
504504
with:
505505
go-version: ${{ env.GOVERSION }}
506506
cache-dependency-path: "**/*.sum"

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
set-env: PROVIDER_VERSION
5555
- name: Install Go
56-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
56+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
5757
with:
5858
go-version: ${{ env.GOVERSION }}
5959
cache-dependency-path: "**/*.sum"
@@ -158,7 +158,7 @@ jobs:
158158
with:
159159
set-env: PROVIDER_VERSION
160160
- name: Install Go
161-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
161+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
162162
with:
163163
go-version: ${{ env.GOVERSION }}
164164
cache-dependency-path: "**/*.sum"
@@ -260,7 +260,7 @@ jobs:
260260
with:
261261
set-env: PROVIDER_VERSION
262262
- name: Install Go
263-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
263+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
264264
with:
265265
go-version: ${{ env.GOVERSION }}
266266
cache-dependency-path: "**/*.sum"
@@ -357,7 +357,7 @@ jobs:
357357
with:
358358
set-env: PROVIDER_VERSION
359359
- name: Install Go
360-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
360+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
361361
with:
362362
go-version: ${{ env.GOVERSION }}
363363
cache-dependency-path: "**/*.sum"
@@ -423,7 +423,7 @@ jobs:
423423
repository: pulumi/scripts
424424
- run: echo "ci-scripts" >> .git/info/exclude
425425
- name: Install Go
426-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
426+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
427427
with:
428428
go-version: ${{ env.GOVERSION }}
429429
cache-dependency-path: "**/*.sum"
@@ -500,7 +500,7 @@ jobs:
500500
with:
501501
set-env: PROVIDER_VERSION
502502
- name: Install Go
503-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
503+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
504504
with:
505505
go-version: ${{ env.GOVERSION }}
506506
cache-dependency-path: "**/*.sum"

.github/workflows/run-acceptance-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
set-env: PROVIDER_VERSION
7777
- name: Install Go
78-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
78+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
7979
with:
8080
go-version: ${{ env.GOVERSION }}
8181
cache-dependency-path: "**/*.sum"
@@ -183,7 +183,7 @@ jobs:
183183
with:
184184
set-env: PROVIDER_VERSION
185185
- name: Install Go
186-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
186+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
187187
with:
188188
go-version: ${{ env.GOVERSION }}
189189
cache-dependency-path: "**/*.sum"
@@ -289,7 +289,7 @@ jobs:
289289
with:
290290
set-env: PROVIDER_VERSION
291291
- name: Install Go
292-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
292+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
293293
with:
294294
go-version: ${{ env.GOVERSION }}
295295
cache-dependency-path: "**/*.sum"
@@ -404,7 +404,7 @@ jobs:
404404
lfs: true
405405
ref: ${{ env.PR_COMMIT_SHA }}
406406
- name: Install Go
407-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
407+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
408408
with:
409409
go-version: ${{ env.GOVERSION }}
410410
cache-dependency-path: "**/*.sum"

.github/workflows/weekly-pulumi-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
lfs: true
4848
- name: Install Go
49-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
49+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
5050
with:
5151
go-version: ${{ env.GOVERSION }}
5252
cache-dependency-path: "**/*.sum"

0 commit comments

Comments
 (0)