1313 PULUMI_API : https://api.pulumi-staging.io
1414 PULUMI_GO_DEP_ROOT : ${{ github.workspace }}/..
1515 PULUMI_LOCAL_NUGET : ${{ github.workspace }}/nuget
16+ PULUMI_PULUMI_ENABLE_JOURNALING : " true"
1617 TF_APPEND_USER_AGENT : pulumi
1718 PROVIDER_VERSION : ${{ inputs.version }}
1819
3536 id-token : write # For ESC secrets.
3637 steps :
3738 - name : Checkout Repo
38- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
39+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3940 with :
4041 persist-credentials : false
4142 - env :
@@ -54,17 +55,17 @@ jobs:
5455 .pulumi/examples-cache
5556 key : ${{ runner.os }}-${{ hashFiles('provider/go.sum') }}
5657 - name : Setup mise
57- uses : jdx/mise-action@v3
58+ uses : jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3
59+ env :
60+ MISE_FETCH_REMOTE_VERSIONS_TIMEOUT : 30s
5861 with :
59- # Latest working version. See https://github.com/jdx/mise/discussions/6781
60- version : 2025.10.16
61- github_token : ${{ secrets.GITHUB_TOKEN }}
62- cache_key : " mise-{{platform}}-{{file_hash}}"
62+ version : 2025.11.6
63+ github_token : ${{ steps.esc-secrets.outputs.PULUMI_BOT_TOKEN }}
6364 # only saving the cache in the prerequisites job
6465 cache_save : false
6566 - name : Setup Go Cache
6667 if : matrix.language == 'go' || contains(matrix.language, 'go')
67- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
68+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
6869 with :
6970 cache-dependency-path : |
7071 provider/*.sum
9798 sdk/nodejs/package.json
9899 sdk/python/pyproject.toml
99100 sdk/java/build.gradle
100- **/mise.lock
101- **/.config/mise.lock
102- **/mise.*.lock
103- **/.config/mise.*.lock
104101 - name : Commit ${{ matrix.language }} SDK changes for Renovate
105102 # If the worktree is dirty and this is a Renovate PR to bump
106103 # dependencies, commit the updated SDK and push it back to the PR. The
0 commit comments