1616 workflow_dispatch : {}
1717env :
1818 PROVIDER : kubernetes-cert-manager
19+ PULUMI_LOCAL_NUGET : ${{ github.workspace }}/nuget
1920 TRAVIS_OS_NAME : linux
21+ PULUMI_GO_DEP_ROOT : ${{ github.workspace }}/..
2022 GOVERSION : " 1.21.x"
2123 NODEVERSION : " 20.x"
2224 PYTHONVERSION : " 3.11.8"
3840 pull-requests : write # For schema check comment.
3941 steps :
4042 - name : Checkout Repo
41- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4244 with :
4345 lfs : true
4446 - env :
5254 uses : pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
5355 - id : version
5456 name : Set Provider Version
55- uses : pulumi/provider-version-action@3a647064cf4697c7c6352b9a1d9e554450cbe957 # v1.6.1
57+ uses : pulumi/provider-version-action@f96d032a2758fdda7939e5728eff6c0d980ae894 # v1.6.0
5658 with :
5759 set-env : PROVIDER_VERSION
5860 env :
6163 uses : ./.github/actions/setup-tools
6264 with :
6365 cache : ' true'
66+ github_token : ${{ secrets.GITHUB_TOKEN }}
6467 - if : github.event_name == 'pull_request'
6568 name : Install Schema Tools
6669 uses : jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
@@ -112,10 +115,6 @@ jobs:
112115 sdk/nodejs/package.json
113116 sdk/python/pyproject.toml
114117 sdk/java/build.gradle
115- **/mise.lock
116- **/.config/mise.lock
117- **/mise.*.lock
118- **/.config/mise.*.lock
119118 - name : Commit SDK changes for Renovate
120119 if : failure() && steps.worktreeClean.outcome == 'failure' &&
121120 contains(github.actor, 'renovate') && github.event_name ==
@@ -209,7 +208,7 @@ jobs:
209208 id-token : write # For ESC secrets.
210209 steps :
211210 - name : Checkout Repo
212- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
211+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
213212 with :
214213 lfs : true
215214 - env :
@@ -223,13 +222,15 @@ jobs:
223222 uses : pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
224223 - id : version
225224 name : Set Provider Version
226- uses : pulumi/provider-version-action@3a647064cf4697c7c6352b9a1d9e554450cbe957 # v1.6.1
225+ uses : pulumi/provider-version-action@f96d032a2758fdda7939e5728eff6c0d980ae894 # v1.6.0
227226 with :
228227 set-env : PROVIDER_VERSION
229228 env :
230229 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
231230 - name : Setup Tools
232231 uses : ./.github/actions/setup-tools
232+ with :
233+ github_token : ${{ secrets.GITHUB_TOKEN }}
233234 - name : Download Provider Binary
234235 uses : ./.github/actions/download-provider
235236 - name : Generate SDK
@@ -248,10 +249,6 @@ jobs:
248249 sdk/nodejs/package.json
249250 sdk/python/pyproject.toml
250251 sdk/java/build.gradle
251- **/mise.lock
252- **/.config/mise.lock
253- **/mise.*.lock
254- **/.config/mise.*.lock
255252 - name : Commit SDK changes for Renovate
256253 if : failure() && steps.worktreeClean.outcome == 'failure' &&
257254 contains(github.actor, 'renovate') && github.event_name ==
@@ -328,7 +325,7 @@ jobs:
328325 id-token : write # For ESC secrets.
329326 steps :
330327 - name : Checkout Repo
331- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
328+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
332329 with :
333330 lfs : true
334331 - env :
@@ -373,7 +370,7 @@ jobs:
373370 id-token : write # For ESC secrets and Pulumi access token OIDC.
374371 steps :
375372 - name : Checkout Repo
376- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
373+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
377374 with :
378375 lfs : true
379376 - env :
@@ -387,13 +384,15 @@ jobs:
387384 uses : pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
388385 - id : version
389386 name : Set Provider Version
390- uses : pulumi/provider-version-action@3a647064cf4697c7c6352b9a1d9e554450cbe957 # v1.6.1
387+ uses : pulumi/provider-version-action@f96d032a2758fdda7939e5728eff6c0d980ae894 # v1.6.0
391388 with :
392389 set-env : PROVIDER_VERSION
393390 env :
394391 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
395392 - name : Setup Tools
396393 uses : ./.github/actions/setup-tools
394+ with :
395+ github_token : ${{ secrets.GITHUB_TOKEN }}
397396 - name : Download Provider Binary
398397 uses : ./.github/actions/download-provider
399398 - name : Download SDK
@@ -448,7 +447,7 @@ jobs:
448447 id-token : write # For ESC secrets.
449448 steps :
450449 - name : Checkout Repo
451- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
450+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
452451 with :
453452 lfs : true
454453 - env :
@@ -462,13 +461,15 @@ jobs:
462461 uses : pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
463462 - id : version
464463 name : Set Provider Version
465- uses : pulumi/provider-version-action@3a647064cf4697c7c6352b9a1d9e554450cbe957 # v1.6.1
464+ uses : pulumi/provider-version-action@f96d032a2758fdda7939e5728eff6c0d980ae894 # v1.6.0
466465 with :
467466 set-env : PROVIDER_VERSION
468467 env :
469468 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
470469 - name : Setup Tools
471470 uses : ./.github/actions/setup-tools
471+ with :
472+ github_token : ${{ secrets.GITHUB_TOKEN }}
472473 - name : Clear GitHub Actions Ubuntu runner disk space
473474 uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
474475 with :
@@ -519,7 +520,7 @@ jobs:
519520 id-token : write # For ESC secrets.
520521 steps :
521522 - name : Checkout Repo
522- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
523+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
523524 with :
524525 lfs : true
525526 - env :
@@ -533,19 +534,21 @@ jobs:
533534 uses : pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
534535 - id : version
535536 name : Set Provider Version
536- uses : pulumi/provider-version-action@3a647064cf4697c7c6352b9a1d9e554450cbe957 # v1.6.1
537+ uses : pulumi/provider-version-action@f96d032a2758fdda7939e5728eff6c0d980ae894 # v1.6.0
537538 with :
538539 set-env : PROVIDER_VERSION
539540 env :
540541 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
541542 - name : Checkout Scripts Repo
542- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
543+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
543544 with :
544545 path : ci-scripts
545546 repository : pulumi/scripts
546547 - run : echo "ci-scripts" >> .git/info/exclude
547548 - name : Setup Tools
548549 uses : ./.github/actions/setup-tools
550+ with :
551+ github_token : ${{ secrets.GITHUB_TOKEN }}
549552 - name : Download python SDK
550553 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
551554 with :
@@ -598,13 +601,15 @@ jobs:
598601 runs-on : ubuntu-latest
599602 steps :
600603 - name : Checkout Repo
601- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
604+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
602605 with :
603606 lfs : true
604607 persist-credentials : false
605608 ref : ${{ env.PR_COMMIT_SHA }}
606609 - name : Setup Tools
607610 uses : ./.github/actions/setup-tools
611+ with :
612+ github_token : ${{ secrets.GITHUB_TOKEN }}
608613 - name : Disarm go:embed directives to enable linters that compile source code
609614 run : git grep -l 'go:embed' -- provider | xargs --no-run-if-empty sed -i
610615 ' s/go:embed/ goembed/g'
0 commit comments