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
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
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/
0 commit comments