Skip to content

Commit 3442fc0

Browse files
authored
Update GitHub Actions workflows. (#443)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 32350b582889a810aa1e8465fc4f7a65666fa1c1.
1 parent 2ff4742 commit 3442fc0

File tree

7 files changed

+79
-79
lines changed

7 files changed

+79
-79
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ env:
3939
SIGNING_KEY_ID: ${{ secrets.JAVA_SIGNING_KEY_ID }}
4040
SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }}
4141
SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }}
42-
GOVERSION: 1.21.x
43-
NODEVERSION: 20.x
44-
PYTHONVERSION: "3.11"
45-
DOTNETVERSION: 8.0.x
42+
GOVERSION: "1.21.x"
43+
NODEVERSION: "20.x"
44+
PYTHONVERSION: "3.11.8"
45+
DOTNETVERSION: "8.0.x"
4646
JAVAVERSION: "11"
4747
AWS_REGION: us-west-2
4848
GOLANGCI_LINT_VERSION: v1.61.0
@@ -71,7 +71,7 @@ jobs:
7171
go-version: ${{ env.GOVERSION }}
7272
cache-dependency-path: "**/*.sum"
7373
- name: Install pulumictl
74-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
74+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
7575
with:
7676
repo: pulumi/pulumictl
7777
- name: Install Pulumi CLI
@@ -80,7 +80,7 @@ jobs:
8080
pulumi-version-file: .pulumi.version
8181
- if: github.event_name == 'pull_request'
8282
name: Install Schema Tools
83-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
83+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
8484
with:
8585
repo: pulumi/schema-tools
8686
- name: Build codegen binaries
@@ -218,7 +218,7 @@ jobs:
218218
go-version: ${{ env.GOVERSION }}
219219
cache-dependency-path: "**/*.sum"
220220
- name: Install pulumictl
221-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
221+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
222222
with:
223223
repo: pulumi/pulumictl
224224
- name: Install Pulumi CLI
@@ -249,7 +249,7 @@ jobs:
249249
with:
250250
gradle-version: "7.6"
251251
- name: Download provider
252-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
252+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
253253
with:
254254
name: pulumi-${{ env.PROVIDER }}-provider.tar.gz
255255
path: ${{ github.workspace }}/bin
@@ -364,7 +364,7 @@ jobs:
364364
go-version: ${{ env.GOVERSION }}
365365
cache-dependency-path: "**/*.sum"
366366
- name: Install pulumictl
367-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
367+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
368368
with:
369369
repo: pulumi/pulumictl
370370
- name: Install Pulumi CLI
@@ -395,7 +395,7 @@ jobs:
395395
with:
396396
gradle-version: "7.6"
397397
- name: Download provider
398-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
398+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
399399
with:
400400
name: pulumi-${{ env.PROVIDER }}-provider.tar.gz
401401
path: ${{ github.workspace }}/bin
@@ -407,7 +407,7 @@ jobs:
407407
-exec chmod +x {} \;
408408
- name: Download SDK
409409
if: ${{ matrix.language != 'yaml' }}
410-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
410+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
411411
with:
412412
name: ${{ matrix.language }}-sdk.tar.gz
413413
path: ${{ github.workspace}}/sdk/
@@ -478,7 +478,7 @@ jobs:
478478
swap-storage: true
479479
large-packages: false
480480
- name: Install pulumictl
481-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
481+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
482482
with:
483483
repo: pulumi/pulumictl
484484
- name: Install Pulumi CLI
@@ -535,7 +535,7 @@ jobs:
535535
go-version: ${{ env.GOVERSION }}
536536
cache-dependency-path: "**/*.sum"
537537
- name: Install pulumictl
538-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
538+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
539539
with:
540540
repo: pulumi/pulumictl
541541
- name: Install Pulumi CLI
@@ -554,23 +554,23 @@ jobs:
554554
with:
555555
python-version: ${{ env.PYTHONVERSION }}
556556
- name: Download python SDK
557-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
557+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
558558
with:
559559
name: python-sdk.tar.gz
560560
path: ${{ github.workspace}}/sdk/
561561
- name: Uncompress python SDK
562562
run: tar -zxf ${{github.workspace}}/sdk/python.tar.gz -C
563563
${{github.workspace}}/sdk/python
564564
- name: Download dotnet SDK
565-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
565+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
566566
with:
567567
name: dotnet-sdk.tar.gz
568568
path: ${{ github.workspace}}/sdk/
569569
- name: Uncompress dotnet SDK
570570
run: tar -zxf ${{github.workspace}}/sdk/dotnet.tar.gz -C
571571
${{github.workspace}}/sdk/dotnet
572572
- name: Download nodejs SDK
573-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
573+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
574574
with:
575575
name: nodejs-sdk.tar.gz
576576
path: ${{ github.workspace}}/sdk/

.github/workflows/command-dispatch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ env:
2424
SIGNING_KEY_ID: ${{ secrets.JAVA_SIGNING_KEY_ID }}
2525
SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }}
2626
SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }}
27-
GOVERSION: 1.21.x
28-
NODEVERSION: 20.x
29-
PYTHONVERSION: "3.11"
30-
DOTNETVERSION: 8.0.x
27+
GOVERSION: "1.21.x"
28+
NODEVERSION: "20.x"
29+
PYTHONVERSION: "3.11.8"
30+
DOTNETVERSION: "8.0.x"
3131
JAVAVERSION: "11"
3232
AWS_REGION: us-west-2
3333
GOLANGCI_LINT_VERSION: v1.61.0

.github/workflows/prerelease.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ env:
3030
SIGNING_KEY_ID: ${{ secrets.JAVA_SIGNING_KEY_ID }}
3131
SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }}
3232
SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }}
33-
GOVERSION: 1.21.x
34-
NODEVERSION: 20.x
35-
PYTHONVERSION: "3.11"
36-
DOTNETVERSION: 8.0.x
33+
GOVERSION: "1.21.x"
34+
NODEVERSION: "20.x"
35+
PYTHONVERSION: "3.11.8"
36+
DOTNETVERSION: "8.0.x"
3737
JAVAVERSION: "11"
3838
AWS_REGION: us-west-2
3939
GOLANGCI_LINT_VERSION: v1.61.0
@@ -63,7 +63,7 @@ jobs:
6363
go-version: ${{ env.GOVERSION }}
6464
cache-dependency-path: "**/*.sum"
6565
- name: Install pulumictl
66-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
66+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
6767
with:
6868
repo: pulumi/pulumictl
6969
- name: Install Pulumi CLI
@@ -72,7 +72,7 @@ jobs:
7272
pulumi-version-file: .pulumi.version
7373
- if: github.event_name == 'pull_request'
7474
name: Install Schema Tools
75-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
75+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
7676
with:
7777
repo: pulumi/schema-tools
7878
- name: Build codegen binaries
@@ -210,7 +210,7 @@ jobs:
210210
go-version: ${{ env.GOVERSION }}
211211
cache-dependency-path: "**/*.sum"
212212
- name: Install pulumictl
213-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
213+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
214214
with:
215215
repo: pulumi/pulumictl
216216
- name: Install Pulumi CLI
@@ -241,7 +241,7 @@ jobs:
241241
with:
242242
gradle-version: "7.6"
243243
- name: Download provider
244-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
244+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
245245
with:
246246
name: pulumi-${{ env.PROVIDER }}-provider.tar.gz
247247
path: ${{ github.workspace }}/bin
@@ -355,7 +355,7 @@ jobs:
355355
go-version: ${{ env.GOVERSION }}
356356
cache-dependency-path: "**/*.sum"
357357
- name: Install pulumictl
358-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
358+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
359359
with:
360360
repo: pulumi/pulumictl
361361
- name: Install Pulumi CLI
@@ -386,7 +386,7 @@ jobs:
386386
with:
387387
gradle-version: "7.6"
388388
- name: Download provider
389-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
389+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
390390
with:
391391
name: pulumi-${{ env.PROVIDER }}-provider.tar.gz
392392
path: ${{ github.workspace }}/bin
@@ -398,7 +398,7 @@ jobs:
398398
-exec chmod +x {} \;
399399
- name: Download SDK
400400
if: ${{ matrix.language != 'yaml' }}
401-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
401+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
402402
with:
403403
name: ${{ matrix.language }}-sdk.tar.gz
404404
path: ${{ github.workspace}}/sdk/
@@ -469,7 +469,7 @@ jobs:
469469
swap-storage: true
470470
large-packages: false
471471
- name: Install pulumictl
472-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
472+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
473473
with:
474474
repo: pulumi/pulumictl
475475
- name: Install Pulumi CLI
@@ -526,7 +526,7 @@ jobs:
526526
go-version: ${{ env.GOVERSION }}
527527
cache-dependency-path: "**/*.sum"
528528
- name: Install pulumictl
529-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
529+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
530530
with:
531531
repo: pulumi/pulumictl
532532
- name: Install Pulumi CLI
@@ -545,23 +545,23 @@ jobs:
545545
with:
546546
python-version: ${{ env.PYTHONVERSION }}
547547
- name: Download python SDK
548-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
548+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
549549
with:
550550
name: python-sdk.tar.gz
551551
path: ${{ github.workspace}}/sdk/
552552
- name: Uncompress python SDK
553553
run: tar -zxf ${{github.workspace}}/sdk/python.tar.gz -C
554554
${{github.workspace}}/sdk/python
555555
- name: Download dotnet SDK
556-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
556+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
557557
with:
558558
name: dotnet-sdk.tar.gz
559559
path: ${{ github.workspace}}/sdk/
560560
- name: Uncompress dotnet SDK
561561
run: tar -zxf ${{github.workspace}}/sdk/dotnet.tar.gz -C
562562
${{github.workspace}}/sdk/dotnet
563563
- name: Download nodejs SDK
564-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
564+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
565565
with:
566566
name: nodejs-sdk.tar.gz
567567
path: ${{ github.workspace}}/sdk/
@@ -603,7 +603,7 @@ jobs:
603603
go-version: ${{ env.GOVERSION }}
604604
cache-dependency-path: "**/*.sum"
605605
- name: Install pulumictl
606-
uses: jaxxstorm/action-install-gh-release@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
606+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
607607
with:
608608
repo: pulumi/pulumictl
609609
- name: Install Pulumi CLI
@@ -619,7 +619,7 @@ jobs:
619619
with:
620620
gradle-version: "7.6"
621621
- name: Download java SDK
622-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
622+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
623623
with:
624624
name: java-sdk.tar.gz
625625
path: ${{ github.workspace}}/sdk/
@@ -649,7 +649,7 @@ jobs:
649649
with:
650650
set-env: PROVIDER_VERSION
651651
- name: Download go SDK
652-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
652+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
653653
with:
654654
name: go-sdk.tar.gz
655655
path: ${{ github.workspace}}/sdk/

.github/workflows/pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ env:
2121
SIGNING_KEY_ID: ${{ secrets.JAVA_SIGNING_KEY_ID }}
2222
SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }}
2323
SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }}
24-
GOVERSION: 1.21.x
25-
NODEVERSION: 20.x
26-
PYTHONVERSION: "3.11"
27-
DOTNETVERSION: 8.0.x
24+
GOVERSION: "1.21.x"
25+
NODEVERSION: "20.x"
26+
PYTHONVERSION: "3.11.8"
27+
DOTNETVERSION: "8.0.x"
2828
JAVAVERSION: "11"
2929
AWS_REGION: us-west-2
3030
GOLANGCI_LINT_VERSION: v1.61.0

0 commit comments

Comments
 (0)