Skip to content

Commit 7f62af6

Browse files
Update first-party Pulumi dependencies
1 parent a8a426c commit 7f62af6

File tree

14 files changed

+28
-26
lines changed

14 files changed

+28
-26
lines changed

.ci-mgmt.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ extraTests:
8080
with:
8181
ref: ${{ env.PR_COMMIT_SHA }}
8282
submodules: true
83-
- uses: pulumi/provider-version-action@v1
83+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
8484
with:
8585
set-env: 'PROVIDER_VERSION'
8686
- name: Setup tools
@@ -146,7 +146,7 @@ extraTests:
146146
with:
147147
ref: ${{ env.PR_COMMIT_SHA }}
148148
submodules: true
149-
- uses: pulumi/provider-version-action@v1
149+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
150150
with:
151151
set-env: 'PROVIDER_VERSION'
152152
- name: Setup tools
@@ -208,7 +208,7 @@ extraTests:
208208
with:
209209
ref: ${{ env.PR_COMMIT_SHA }}
210210
submodules: true
211-
- uses: pulumi/provider-version-action@v1
211+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
212212
with:
213213
set-env: 'PROVIDER_VERSION'
214214
- name: Setup tools

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
with:
217217
ref: ${{ env.PR_COMMIT_SHA }}
218218
submodules: true
219-
- uses: pulumi/provider-version-action@v1
219+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
220220
with:
221221
set-env: PROVIDER_VERSION
222222
- name: Setup tools
@@ -254,7 +254,7 @@ jobs:
254254
with:
255255
ref: ${{ env.PR_COMMIT_SHA }}
256256
submodules: true
257-
- uses: pulumi/provider-version-action@v1
257+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
258258
with:
259259
set-env: PROVIDER_VERSION
260260
- name: Setup tools
@@ -324,7 +324,7 @@ jobs:
324324
with:
325325
ref: ${{ env.PR_COMMIT_SHA }}
326326
submodules: true
327-
- uses: pulumi/provider-version-action@v1
327+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
328328
with:
329329
set-env: PROVIDER_VERSION
330330
- name: Setup tools

.github/workflows/prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
ref: ${{ env.PR_COMMIT_SHA }}
159159
submodules: true
160-
- uses: pulumi/provider-version-action@v1
160+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
161161
with:
162162
set-env: PROVIDER_VERSION
163163
- name: Setup tools
@@ -195,7 +195,7 @@ jobs:
195195
with:
196196
ref: ${{ env.PR_COMMIT_SHA }}
197197
submodules: true
198-
- uses: pulumi/provider-version-action@v1
198+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
199199
with:
200200
set-env: PROVIDER_VERSION
201201
- name: Setup tools
@@ -265,7 +265,7 @@ jobs:
265265
with:
266266
ref: ${{ env.PR_COMMIT_SHA }}
267267
submodules: true
268-
- uses: pulumi/provider-version-action@v1
268+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
269269
with:
270270
set-env: PROVIDER_VERSION
271271
- name: Setup tools

.github/workflows/prerequisites.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
with:
164164
ref: ${{ env.PR_COMMIT_SHA }}
165165
submodules: true
166-
- uses: pulumi/provider-version-action@v1
166+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
167167
with:
168168
set-env: PROVIDER_VERSION
169169
- name: Setup tools
@@ -201,7 +201,7 @@ jobs:
201201
with:
202202
ref: ${{ env.PR_COMMIT_SHA }}
203203
submodules: true
204-
- uses: pulumi/provider-version-action@v1
204+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
205205
with:
206206
set-env: PROVIDER_VERSION
207207
- name: Setup tools
@@ -271,7 +271,7 @@ jobs:
271271
with:
272272
ref: ${{ env.PR_COMMIT_SHA }}
273273
submodules: true
274-
- uses: pulumi/provider-version-action@v1
274+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
275275
with:
276276
set-env: PROVIDER_VERSION
277277
- name: Setup tools

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
with:
219219
ref: ${{ env.PR_COMMIT_SHA }}
220220
submodules: true
221-
- uses: pulumi/provider-version-action@v1
221+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
222222
with:
223223
set-env: PROVIDER_VERSION
224224
- name: Setup tools
@@ -256,7 +256,7 @@ jobs:
256256
with:
257257
ref: ${{ env.PR_COMMIT_SHA }}
258258
submodules: true
259-
- uses: pulumi/provider-version-action@v1
259+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
260260
with:
261261
set-env: PROVIDER_VERSION
262262
- name: Setup tools
@@ -326,7 +326,7 @@ jobs:
326326
with:
327327
ref: ${{ env.PR_COMMIT_SHA }}
328328
submodules: true
329-
- uses: pulumi/provider-version-action@v1
329+
- uses: pulumi/provider-version-action@7c54f136703646f7d6eaa3d3b3c877e5a805d6ab # v1
330330
with:
331331
set-env: PROVIDER_VERSION
332332
- name: Setup tools

.github/workflows/upgrade-bridge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
tools: pulumictl, pulumicli, nodejs, python, dotnet, go, java
8383
- name: Call upgrade provider action
8484
if: github.event_name == 'workflow_dispatch'
85-
uses: pulumi/[email protected].12
85+
uses: pulumi/pulumi-upgrade-provider-action@a1d9f03fbfd923f787427c1d9e99c2356711d483 # v0.0.13
8686
with:
8787
kind: ${{ inputs.kind }}
8888
@@ -95,7 +95,7 @@ jobs:
9595
pr-title-prefix: ${{ inputs.pr-title-prefix }}
9696
- name: Call upgrade provider action
9797
if: github.event_name == 'repository_dispatch'
98-
uses: pulumi/[email protected].12
98+
uses: pulumi/pulumi-upgrade-provider-action@a1d9f03fbfd923f787427c1d9e99c2356711d483 # v0.0.13
9999
with:
100100
kind: ${{ github.event.client_payload.kind || 'bridge' }}
101101

provider/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ require (
2121
github.com/mitchellh/go-homedir v1.1.0
2222
github.com/pulumi/providertest v0.1.3
2323
github.com/pulumi/pulumi-terraform-bridge/v3 v3.96.0
24-
github.com/pulumi/pulumi/pkg/v3 v3.140.0
25-
github.com/pulumi/pulumi/sdk/v3 v3.140.0
24+
github.com/pulumi/pulumi/pkg/v3 v3.142.0
25+
github.com/pulumi/pulumi/sdk/v3 v3.142.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
)

0 commit comments

Comments
 (0)