Skip to content

Commit c4405f5

Browse files
Update first-party Pulumi dependencies
1 parent 77d236a commit c4405f5

File tree

13 files changed

+24
-22
lines changed

13 files changed

+24
-22
lines changed

.github/actions/setup-tools/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737

3838
- name: Install Pulumi CLI
3939
if: inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
40-
uses: pulumi/actions@v5
40+
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
4141
with:
4242
pulumi-version: "dev"
4343

.github/workflows/master.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
with:
216216
ref: ${{ env.PR_COMMIT_SHA }}
217217
submodules: true
218-
- uses: pulumi/provider-version-action@v1
218+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
219219
with:
220220
set-env: PROVIDER_VERSION
221221
- name: Setup tools
@@ -253,7 +253,7 @@ jobs:
253253
with:
254254
ref: ${{ env.PR_COMMIT_SHA }}
255255
submodules: true
256-
- uses: pulumi/provider-version-action@v1
256+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
257257
with:
258258
set-env: PROVIDER_VERSION
259259
- name: Setup tools
@@ -332,7 +332,7 @@ jobs:
332332
with:
333333
ref: ${{ env.PR_COMMIT_SHA }}
334334
submodules: true
335-
- uses: pulumi/provider-version-action@v1
335+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
336336
with:
337337
set-env: PROVIDER_VERSION
338338
- name: Setup tools

.github/workflows/prerelease.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
ref: ${{ env.PR_COMMIT_SHA }}
158158
submodules: true
159-
- uses: pulumi/provider-version-action@v1
159+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
160160
with:
161161
set-env: PROVIDER_VERSION
162162
- name: Setup tools
@@ -194,7 +194,7 @@ jobs:
194194
with:
195195
ref: ${{ env.PR_COMMIT_SHA }}
196196
submodules: true
197-
- uses: pulumi/provider-version-action@v1
197+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
198198
with:
199199
set-env: PROVIDER_VERSION
200200
- name: Setup tools
@@ -273,7 +273,7 @@ jobs:
273273
with:
274274
ref: ${{ env.PR_COMMIT_SHA }}
275275
submodules: true
276-
- uses: pulumi/provider-version-action@v1
276+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
277277
with:
278278
set-env: PROVIDER_VERSION
279279
- name: Setup tools

.github/workflows/prerequisites.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
submodules: true
5959
persist-credentials: false
60-
- uses: pulumi/provider-version-action@v1
60+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
6161
id: provider-version
6262
with:
6363
set-env: 'PROVIDER_VERSION'

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
tools: pulumictl, pulumicli, nodejs, python, dotnet, go, java
126126
- name: Publish SDKs
127-
uses: pulumi/[email protected]
127+
uses: pulumi/pulumi-package-publisher@1c0359ba74243cf6651efacfd839c751d8ff87e2 # v0.0.20
128128
with:
129129
sdk: all
130130
version: ${{ inputs.version }}

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
with:
163163
ref: ${{ env.PR_COMMIT_SHA }}
164164
submodules: true
165-
- uses: pulumi/provider-version-action@v1
165+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
166166
with:
167167
set-env: PROVIDER_VERSION
168168
- name: Setup tools
@@ -200,7 +200,7 @@ jobs:
200200
with:
201201
ref: ${{ env.PR_COMMIT_SHA }}
202202
submodules: true
203-
- uses: pulumi/provider-version-action@v1
203+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
204204
with:
205205
set-env: PROVIDER_VERSION
206206
- name: Setup tools
@@ -279,7 +279,7 @@ jobs:
279279
with:
280280
ref: ${{ env.PR_COMMIT_SHA }}
281281
submodules: true
282-
- uses: pulumi/provider-version-action@v1
282+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
283283
with:
284284
set-env: PROVIDER_VERSION
285285
- name: Setup tools

.github/workflows/run-acceptance-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
with:
218218
ref: ${{ env.PR_COMMIT_SHA }}
219219
submodules: true
220-
- uses: pulumi/provider-version-action@v1
220+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
221221
with:
222222
set-env: PROVIDER_VERSION
223223
- name: Setup tools
@@ -255,7 +255,7 @@ jobs:
255255
with:
256256
ref: ${{ env.PR_COMMIT_SHA }}
257257
submodules: true
258-
- uses: pulumi/provider-version-action@v1
258+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
259259
with:
260260
set-env: PROVIDER_VERSION
261261
- name: Setup tools
@@ -334,7 +334,7 @@ jobs:
334334
with:
335335
ref: ${{ env.PR_COMMIT_SHA }}
336336
submodules: true
337-
- uses: pulumi/provider-version-action@v1
337+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
338338
with:
339339
set-env: PROVIDER_VERSION
340340
- name: Setup tools

.github/workflows/upgrade-bridge.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
tools: pulumictl, pulumicli, nodejs, python, dotnet, go, java
7676
- name: Call upgrade provider action
7777
if: github.event_name == 'workflow_dispatch'
78-
uses: pulumi/[email protected].12
78+
uses: pulumi/pulumi-upgrade-provider-action@a1d9f03fbfd923f787427c1d9e99c2356711d483 # v0.0.13
7979
with:
8080
kind: ${{ inputs.kind }}
8181
@@ -88,7 +88,7 @@ jobs:
8888
pr-title-prefix: ${{ inputs.pr-title-prefix }}
8989
- name: Call upgrade provider action
9090
if: github.event_name == 'repository_dispatch'
91-
uses: pulumi/[email protected].12
91+
uses: pulumi/pulumi-upgrade-provider-action@a1d9f03fbfd923f787427c1d9e99c2356711d483 # v0.0.13
9292
with:
9393
kind: ${{ github.event.client_payload.kind || 'bridge' }}
9494

provider/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/pulumi/providertest v0.1.3
2323
github.com/pulumi/pulumi-terraform-bridge/v3 v3.96.0
2424
github.com/pulumi/pulumi/pkg/v3 v3.140.0
25-
github.com/pulumi/pulumi/sdk/v3 v3.140.0
25+
github.com/pulumi/pulumi/sdk/v3 v3.141.0
2626
github.com/stretchr/testify v1.9.0
2727
pgregory.net/rapid v0.6.1
2828
)
@@ -35,7 +35,7 @@ require (
3535
replace github.com/hashicorp/terraform-plugin-log => github.com/gdavison/terraform-plugin-log v0.0.0-20230928191232-6c653d8ef8fb
3636

3737
replace (
38-
github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10
38+
github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 7ac578ce47fc
3939
github.com/hashicorp/terraform-provider-aws => ../upstream
4040
github.com/hashicorp/vault => github.com/hashicorp/vault v1.2.0
4141
)

provider/test-programs/ec2-string-for-int/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@types/node": "^18"
66
},
77
"dependencies": {
8-
"@pulumi/aws": "6.33.1",
8+
"@pulumi/aws": "6.60.0",
99
"@pulumi/awsx": "^2.0.2",
1010
"@pulumi/pulumi": "^3.113.0",
1111
"typescript": "^5.0.0"

provider/test-programs/job-queue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@pulumi/pulumi": "^3.0.0",
10-
"@pulumi/aws": "^5.0.0"
10+
"@pulumi/aws": "^6.0.0"
1111
},
1212
"devDependencies": {
1313
"@types/node": "^8.0.0"

sdk/go.mod

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/go.sum

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)