Skip to content

Commit 4718f15

Browse files
authored
Update GitHub Actions workflows. (#1108)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit e00050f73198847b43ae76679d40217b585eb82d.
1 parent bb62c7e commit 4718f15

16 files changed

Lines changed: 77 additions & 29 deletions

.ci-mgmt.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ env:
99
ALICLOUD_REGION: "us-west-1"
1010
ALICLOUD_SECRET_KEY: ${{ secrets.ALICLOUD_SECRET_KEY }}
1111
makeTemplate: bridged
12-
plugins:
13-
- name: terraform
14-
version: "1.2.4"
15-
kind: converter
16-
- name: std
17-
version: "2.2.0"
18-
- name: random
19-
version: "4.3.1"
2012
team: ecosystem
2113
license:
2214
ignore:

.config/mise.lock

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.config/mise.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
[env]
55
_.source = "{{config_root}}/scripts/get-versions.sh"
6+
PULUMI_HOME = "{{config_root}}/.pulumi"
67

78
[tools]
89

@@ -22,7 +23,13 @@ pulumi = "{{ get_env(name='PULUMI_VERSION_MISE', default='latest') }}"
2223
gradle = '7.6'
2324
golangci-lint = "1.64.8" # See note about about overrides if you need to customize this.
2425
"npm:yarn" = "1.22.22"
26+
"vfox-pulumi:pulumi/pulumi-converter-terraform" = "latest"
27+
"vfox-pulumi:pulumi/pulumi-std" = "latest"
28+
"vfox-pulumi:pulumi/pulumi-random" = "latest"
2529

2630
[settings]
2731
experimental = true # Required for Go binaries (e.g. pulumictl).
2832
lockfile = true
33+
34+
[plugins]
35+
vfox-pulumi = "https://github.com/pulumi/vfox-pulumi"

.github/workflows/build_provider.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
- name: Setup mise
6060
uses: jdx/mise-action@v3
6161
with:
62+
# Latest working version. See https://github.com/jdx/mise/discussions/6781
63+
version: 2025.10.16
6264
github_token: ${{ secrets.GITHUB_TOKEN }}
6365
cache_key: "mise-{{platform}}-{{file_hash}}"
6466
# only saving the cache in the prerequisites job

.github/workflows/build_sdk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
- name: Setup mise
5959
uses: jdx/mise-action@v3
6060
with:
61+
# Latest working version. See https://github.com/jdx/mise/discussions/6781
62+
version: 2025.10.16
6163
github_token: ${{ secrets.GITHUB_TOKEN }}
6264
cache_key: "mise-{{platform}}-{{file_hash}}"
6365
# only saving the cache in the prerequisites job

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- name: Setup mise
3636
uses: jdx/mise-action@v3
3737
with:
38+
# Latest working version. See https://github.com/jdx/mise/discussions/6781
39+
version: 2025.10.16
3840
github_token: ${{ secrets.GITHUB_TOKEN }}
3941
cache_key: "mise-{{platform}}-{{file_hash}}"
4042
# only saving the cache in the prerequisites job

.github/workflows/license.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- name: Setup mise
2626
uses: jdx/mise-action@v3
2727
with:
28+
# Latest working version. See https://github.com/jdx/mise/discussions/6781
29+
version: 2025.10.16
2830
github_token: ${{ secrets.GITHUB_TOKEN }}
2931
cache_key: "mise-{{platform}}-{{file_hash}}"
3032
# only saving the cache in the prerequisites job

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- name: Setup mise
2626
uses: jdx/mise-action@v3
2727
with:
28+
# Latest working version. See https://github.com/jdx/mise/discussions/6781
29+
version: 2025.10.16
2830
github_token: ${{ secrets.GITHUB_TOKEN }}
2931
cache_save: false # A different job handles caching our tools.
3032
- name: disarm go:embed directives to enable lint

.github/workflows/main-post-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
- name: Setup mise
5353
uses: jdx/mise-action@v3
5454
with:
55+
# Latest working version. See https://github.com/jdx/mise/discussions/6781
56+
version: 2025.10.16
5557
github_token: ${{ secrets.GITHUB_TOKEN }}
5658
cache_key: "mise-{{platform}}-{{file_hash}}"
5759
# only saving the cache in the prerequisites job

.github/workflows/prerequisites.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
- name: Setup mise
6565
uses: jdx/mise-action@v3
6666
with:
67+
# Latest working version. See https://github.com/jdx/mise/discussions/6781
68+
version: 2025.10.16
6769
github_token: ${{ secrets.GITHUB_TOKEN }}
6870
cache_key: "mise-{{platform}}-{{file_hash}}"
6971
# only saving the cache in the prerequisites job

0 commit comments

Comments
 (0)