Skip to content

Commit d46ea7a

Browse files
authored
Update GitHub Actions workflows. (#475)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 82edef0ff26f9fb1ec540a7dc5d1c421de511a80.
1 parent 850b351 commit d46ea7a

File tree

4 files changed

+87
-23
lines changed

4 files changed

+87
-23
lines changed

.github/workflows/build.yml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ jobs:
121121
with:
122122
allowed-changes: |-
123123
sdk/**/pulumi-plugin.json
124-
sdk/dotnet/Pulumi.*.csproj
124+
sdk/dotnet/*.*.csproj
125+
sdk/dotnet/version.txt
125126
sdk/go/**/pulumiUtilities.go
126127
sdk/nodejs/package.json
127128
sdk/python/pyproject.toml
@@ -154,7 +155,14 @@ jobs:
154155
155156
git add sdk
156157
157-
git reset sdk/python/*/pulumi-plugin.json sdk/python/pyproject.toml sdk/dotnet/pulumi-plugin.json sdk/dotnet/Pulumi.*.csproj sdk/go/*/pulumi-plugin.json sdk/go/*/internal/pulumiUtilities.go sdk/nodejs/package.json
158+
git reset sdk/python/*/pulumi-plugin.json \
159+
sdk/python/pyproject.toml \
160+
sdk/dotnet/pulumi-plugin.json \
161+
sdk/dotnet/*.*.csproj \
162+
sdk/dotnet/version.txt \
163+
sdk/go/*/pulumi-plugin.json \
164+
sdk/go/*/internal/pulumiUtilities.go \
165+
sdk/nodejs/package.json
158166
159167
git commit -m 'Commit ${{ matrix.language }} SDK for Renovate'
160168
@@ -179,7 +187,7 @@ jobs:
179187
- name: Test Provider Library
180188
run: make test_provider
181189
- name: Upload coverage reports to Codecov
182-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
190+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
183191
env:
184192
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
185193
- if: failure() && github.event_name == 'push'
@@ -269,7 +277,8 @@ jobs:
269277
with:
270278
allowed-changes: |-
271279
sdk/**/pulumi-plugin.json
272-
sdk/dotnet/Pulumi.*.csproj
280+
sdk/dotnet/*.*.csproj
281+
sdk/dotnet/version.txt
273282
sdk/go/**/pulumiUtilities.go
274283
sdk/nodejs/package.json
275284
sdk/python/pyproject.toml
@@ -302,7 +311,14 @@ jobs:
302311
303312
git add sdk
304313
305-
git reset sdk/python/*/pulumi-plugin.json sdk/python/pyproject.toml sdk/dotnet/pulumi-plugin.json sdk/dotnet/Pulumi.*.csproj sdk/go/*/pulumi-plugin.json sdk/go/*/internal/pulumiUtilities.go sdk/nodejs/package.json
314+
git reset sdk/python/*/pulumi-plugin.json \
315+
sdk/python/pyproject.toml \
316+
sdk/dotnet/pulumi-plugin.json \
317+
sdk/dotnet/*.*.csproj \
318+
sdk/dotnet/version.txt \
319+
sdk/go/*/pulumi-plugin.json \
320+
sdk/go/*/internal/pulumiUtilities.go \
321+
sdk/nodejs/package.json
306322
307323
git commit -m 'Commit ${{ matrix.language }} SDK for Renovate'
308324
@@ -486,7 +502,7 @@ jobs:
486502
with:
487503
pulumi-version-file: .pulumi.version
488504
- name: Configure AWS Credentials
489-
uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0
505+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
490506
with:
491507
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
492508
aws-region: us-east-2

.github/workflows/prerelease.yml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ jobs:
113113
with:
114114
allowed-changes: |-
115115
sdk/**/pulumi-plugin.json
116-
sdk/dotnet/Pulumi.*.csproj
116+
sdk/dotnet/*.*.csproj
117+
sdk/dotnet/version.txt
117118
sdk/go/**/pulumiUtilities.go
118119
sdk/nodejs/package.json
119120
sdk/python/pyproject.toml
@@ -146,7 +147,14 @@ jobs:
146147
147148
git add sdk
148149
149-
git reset sdk/python/*/pulumi-plugin.json sdk/python/pyproject.toml sdk/dotnet/pulumi-plugin.json sdk/dotnet/Pulumi.*.csproj sdk/go/*/pulumi-plugin.json sdk/go/*/internal/pulumiUtilities.go sdk/nodejs/package.json
150+
git reset sdk/python/*/pulumi-plugin.json \
151+
sdk/python/pyproject.toml \
152+
sdk/dotnet/pulumi-plugin.json \
153+
sdk/dotnet/*.*.csproj \
154+
sdk/dotnet/version.txt \
155+
sdk/go/*/pulumi-plugin.json \
156+
sdk/go/*/internal/pulumiUtilities.go \
157+
sdk/nodejs/package.json
150158
151159
git commit -m 'Commit ${{ matrix.language }} SDK for Renovate'
152160
@@ -171,7 +179,7 @@ jobs:
171179
- name: Test Provider Library
172180
run: make test_provider
173181
- name: Upload coverage reports to Codecov
174-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
182+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
175183
env:
176184
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
177185
- if: failure() && github.event_name == 'push'
@@ -261,7 +269,8 @@ jobs:
261269
with:
262270
allowed-changes: |-
263271
sdk/**/pulumi-plugin.json
264-
sdk/dotnet/Pulumi.*.csproj
272+
sdk/dotnet/*.*.csproj
273+
sdk/dotnet/version.txt
265274
sdk/go/**/pulumiUtilities.go
266275
sdk/nodejs/package.json
267276
sdk/python/pyproject.toml
@@ -294,7 +303,14 @@ jobs:
294303
295304
git add sdk
296305
297-
git reset sdk/python/*/pulumi-plugin.json sdk/python/pyproject.toml sdk/dotnet/pulumi-plugin.json sdk/dotnet/Pulumi.*.csproj sdk/go/*/pulumi-plugin.json sdk/go/*/internal/pulumiUtilities.go sdk/nodejs/package.json
306+
git reset sdk/python/*/pulumi-plugin.json \
307+
sdk/python/pyproject.toml \
308+
sdk/dotnet/pulumi-plugin.json \
309+
sdk/dotnet/*.*.csproj \
310+
sdk/dotnet/version.txt \
311+
sdk/go/*/pulumi-plugin.json \
312+
sdk/go/*/internal/pulumiUtilities.go \
313+
sdk/nodejs/package.json
298314
299315
git commit -m 'Commit ${{ matrix.language }} SDK for Renovate'
300316
@@ -477,7 +493,7 @@ jobs:
477493
with:
478494
pulumi-version-file: .pulumi.version
479495
- name: Configure AWS Credentials
480-
uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0
496+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
481497
with:
482498
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
483499
aws-region: us-east-2

.github/workflows/release.yml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ jobs:
113113
with:
114114
allowed-changes: |-
115115
sdk/**/pulumi-plugin.json
116-
sdk/dotnet/Pulumi.*.csproj
116+
sdk/dotnet/*.*.csproj
117+
sdk/dotnet/version.txt
117118
sdk/go/**/pulumiUtilities.go
118119
sdk/nodejs/package.json
119120
sdk/python/pyproject.toml
@@ -146,7 +147,14 @@ jobs:
146147
147148
git add sdk
148149
149-
git reset sdk/python/*/pulumi-plugin.json sdk/python/pyproject.toml sdk/dotnet/pulumi-plugin.json sdk/dotnet/Pulumi.*.csproj sdk/go/*/pulumi-plugin.json sdk/go/*/internal/pulumiUtilities.go sdk/nodejs/package.json
150+
git reset sdk/python/*/pulumi-plugin.json \
151+
sdk/python/pyproject.toml \
152+
sdk/dotnet/pulumi-plugin.json \
153+
sdk/dotnet/*.*.csproj \
154+
sdk/dotnet/version.txt \
155+
sdk/go/*/pulumi-plugin.json \
156+
sdk/go/*/internal/pulumiUtilities.go \
157+
sdk/nodejs/package.json
150158
151159
git commit -m 'Commit ${{ matrix.language }} SDK for Renovate'
152160
@@ -171,7 +179,7 @@ jobs:
171179
- name: Test Provider Library
172180
run: make test_provider
173181
- name: Upload coverage reports to Codecov
174-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
182+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
175183
env:
176184
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
177185
- if: failure() && github.event_name == 'push'
@@ -261,7 +269,8 @@ jobs:
261269
with:
262270
allowed-changes: |-
263271
sdk/**/pulumi-plugin.json
264-
sdk/dotnet/Pulumi.*.csproj
272+
sdk/dotnet/*.*.csproj
273+
sdk/dotnet/version.txt
265274
sdk/go/**/pulumiUtilities.go
266275
sdk/nodejs/package.json
267276
sdk/python/pyproject.toml
@@ -294,7 +303,14 @@ jobs:
294303
295304
git add sdk
296305
297-
git reset sdk/python/*/pulumi-plugin.json sdk/python/pyproject.toml sdk/dotnet/pulumi-plugin.json sdk/dotnet/Pulumi.*.csproj sdk/go/*/pulumi-plugin.json sdk/go/*/internal/pulumiUtilities.go sdk/nodejs/package.json
306+
git reset sdk/python/*/pulumi-plugin.json \
307+
sdk/python/pyproject.toml \
308+
sdk/dotnet/pulumi-plugin.json \
309+
sdk/dotnet/*.*.csproj \
310+
sdk/dotnet/version.txt \
311+
sdk/go/*/pulumi-plugin.json \
312+
sdk/go/*/internal/pulumiUtilities.go \
313+
sdk/nodejs/package.json
298314
299315
git commit -m 'Commit ${{ matrix.language }} SDK for Renovate'
300316
@@ -477,7 +493,7 @@ jobs:
477493
with:
478494
pulumi-version-file: .pulumi.version
479495
- name: Configure AWS Credentials
480-
uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0
496+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
481497
with:
482498
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
483499
aws-region: us-east-2

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

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ jobs:
129129
with:
130130
allowed-changes: |-
131131
sdk/**/pulumi-plugin.json
132-
sdk/dotnet/Pulumi.*.csproj
132+
sdk/dotnet/*.*.csproj
133+
sdk/dotnet/version.txt
133134
sdk/go/**/pulumiUtilities.go
134135
sdk/nodejs/package.json
135136
sdk/python/pyproject.toml
@@ -162,7 +163,14 @@ jobs:
162163
163164
git add sdk
164165
165-
git reset sdk/python/*/pulumi-plugin.json sdk/python/pyproject.toml sdk/dotnet/pulumi-plugin.json sdk/dotnet/Pulumi.*.csproj sdk/go/*/pulumi-plugin.json sdk/go/*/internal/pulumiUtilities.go sdk/nodejs/package.json
166+
git reset sdk/python/*/pulumi-plugin.json \
167+
sdk/python/pyproject.toml \
168+
sdk/dotnet/pulumi-plugin.json \
169+
sdk/dotnet/*.*.csproj \
170+
sdk/dotnet/version.txt \
171+
sdk/go/*/pulumi-plugin.json \
172+
sdk/go/*/internal/pulumiUtilities.go \
173+
sdk/nodejs/package.json
166174
167175
git commit -m 'Commit ${{ matrix.language }} SDK for Renovate'
168176
@@ -187,7 +195,7 @@ jobs:
187195
- name: Test Provider Library
188196
run: make test_provider
189197
- name: Upload coverage reports to Codecov
190-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
198+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
191199
env:
192200
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
193201
- if: failure() && github.event_name == 'push'
@@ -281,7 +289,8 @@ jobs:
281289
with:
282290
allowed-changes: |-
283291
sdk/**/pulumi-plugin.json
284-
sdk/dotnet/Pulumi.*.csproj
292+
sdk/dotnet/*.*.csproj
293+
sdk/dotnet/version.txt
285294
sdk/go/**/pulumiUtilities.go
286295
sdk/nodejs/package.json
287296
sdk/python/pyproject.toml
@@ -314,7 +323,14 @@ jobs:
314323
315324
git add sdk
316325
317-
git reset sdk/python/*/pulumi-plugin.json sdk/python/pyproject.toml sdk/dotnet/pulumi-plugin.json sdk/dotnet/Pulumi.*.csproj sdk/go/*/pulumi-plugin.json sdk/go/*/internal/pulumiUtilities.go sdk/nodejs/package.json
326+
git reset sdk/python/*/pulumi-plugin.json \
327+
sdk/python/pyproject.toml \
328+
sdk/dotnet/pulumi-plugin.json \
329+
sdk/dotnet/*.*.csproj \
330+
sdk/dotnet/version.txt \
331+
sdk/go/*/pulumi-plugin.json \
332+
sdk/go/*/internal/pulumiUtilities.go \
333+
sdk/nodejs/package.json
318334
319335
git commit -m 'Commit ${{ matrix.language }} SDK for Renovate'
320336

0 commit comments

Comments
 (0)