From f459033434444769f96a75c26c5e2b2dcc8c47c2 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 23 May 2025 01:48:08 -0400 Subject: [PATCH] Update GitHub Actions workflows. (#552) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 9983e5b04e591b71339227336332131e8fda153d. --- .github/workflows/build.yml | 26 +++++++++++++++++----- .github/workflows/prerelease.yml | 26 +++++++++++++++++----- .github/workflows/release.yml | 26 +++++++++++++++++----- .github/workflows/run-acceptance-tests.yml | 26 +++++++++++++++++----- 4 files changed, 84 insertions(+), 20 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9bab94..685fc47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -128,7 +128,8 @@ jobs: with: allowed-changes: |- sdk/**/pulumi-plugin.json - sdk/dotnet/Pulumi.*.csproj + sdk/dotnet/*.*.csproj + sdk/dotnet/version.txt sdk/go/**/pulumiUtilities.go sdk/nodejs/package.json sdk/python/pyproject.toml @@ -161,7 +162,14 @@ jobs: git add sdk - 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 + git reset sdk/python/*/pulumi-plugin.json \ + sdk/python/pyproject.toml \ + sdk/dotnet/pulumi-plugin.json \ + sdk/dotnet/*.*.csproj \ + sdk/dotnet/version.txt \ + sdk/go/*/pulumi-plugin.json \ + sdk/go/*/internal/pulumiUtilities.go \ + sdk/nodejs/package.json git commit -m 'Commit ${{ matrix.language }} SDK for Renovate' @@ -186,7 +194,7 @@ jobs: - name: Test Provider Library run: make test_provider - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - if: failure() && github.event_name == 'push' @@ -274,7 +282,8 @@ jobs: with: allowed-changes: |- sdk/**/pulumi-plugin.json - sdk/dotnet/Pulumi.*.csproj + sdk/dotnet/*.*.csproj + sdk/dotnet/version.txt sdk/go/**/pulumiUtilities.go sdk/nodejs/package.json sdk/python/pyproject.toml @@ -307,7 +316,14 @@ jobs: git add sdk - 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 + git reset sdk/python/*/pulumi-plugin.json \ + sdk/python/pyproject.toml \ + sdk/dotnet/pulumi-plugin.json \ + sdk/dotnet/*.*.csproj \ + sdk/dotnet/version.txt \ + sdk/go/*/pulumi-plugin.json \ + sdk/go/*/internal/pulumiUtilities.go \ + sdk/nodejs/package.json git commit -m 'Commit ${{ matrix.language }} SDK for Renovate' diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index f08954e..4c46ac7 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -120,7 +120,8 @@ jobs: with: allowed-changes: |- sdk/**/pulumi-plugin.json - sdk/dotnet/Pulumi.*.csproj + sdk/dotnet/*.*.csproj + sdk/dotnet/version.txt sdk/go/**/pulumiUtilities.go sdk/nodejs/package.json sdk/python/pyproject.toml @@ -153,7 +154,14 @@ jobs: git add sdk - 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 + git reset sdk/python/*/pulumi-plugin.json \ + sdk/python/pyproject.toml \ + sdk/dotnet/pulumi-plugin.json \ + sdk/dotnet/*.*.csproj \ + sdk/dotnet/version.txt \ + sdk/go/*/pulumi-plugin.json \ + sdk/go/*/internal/pulumiUtilities.go \ + sdk/nodejs/package.json git commit -m 'Commit ${{ matrix.language }} SDK for Renovate' @@ -178,7 +186,7 @@ jobs: - name: Test Provider Library run: make test_provider - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - if: failure() && github.event_name == 'push' @@ -266,7 +274,8 @@ jobs: with: allowed-changes: |- sdk/**/pulumi-plugin.json - sdk/dotnet/Pulumi.*.csproj + sdk/dotnet/*.*.csproj + sdk/dotnet/version.txt sdk/go/**/pulumiUtilities.go sdk/nodejs/package.json sdk/python/pyproject.toml @@ -299,7 +308,14 @@ jobs: git add sdk - 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 + git reset sdk/python/*/pulumi-plugin.json \ + sdk/python/pyproject.toml \ + sdk/dotnet/pulumi-plugin.json \ + sdk/dotnet/*.*.csproj \ + sdk/dotnet/version.txt \ + sdk/go/*/pulumi-plugin.json \ + sdk/go/*/internal/pulumiUtilities.go \ + sdk/nodejs/package.json git commit -m 'Commit ${{ matrix.language }} SDK for Renovate' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7cb807..f60e4cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,7 +120,8 @@ jobs: with: allowed-changes: |- sdk/**/pulumi-plugin.json - sdk/dotnet/Pulumi.*.csproj + sdk/dotnet/*.*.csproj + sdk/dotnet/version.txt sdk/go/**/pulumiUtilities.go sdk/nodejs/package.json sdk/python/pyproject.toml @@ -153,7 +154,14 @@ jobs: git add sdk - 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 + git reset sdk/python/*/pulumi-plugin.json \ + sdk/python/pyproject.toml \ + sdk/dotnet/pulumi-plugin.json \ + sdk/dotnet/*.*.csproj \ + sdk/dotnet/version.txt \ + sdk/go/*/pulumi-plugin.json \ + sdk/go/*/internal/pulumiUtilities.go \ + sdk/nodejs/package.json git commit -m 'Commit ${{ matrix.language }} SDK for Renovate' @@ -178,7 +186,7 @@ jobs: - name: Test Provider Library run: make test_provider - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - if: failure() && github.event_name == 'push' @@ -266,7 +274,8 @@ jobs: with: allowed-changes: |- sdk/**/pulumi-plugin.json - sdk/dotnet/Pulumi.*.csproj + sdk/dotnet/*.*.csproj + sdk/dotnet/version.txt sdk/go/**/pulumiUtilities.go sdk/nodejs/package.json sdk/python/pyproject.toml @@ -299,7 +308,14 @@ jobs: git add sdk - 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 + git reset sdk/python/*/pulumi-plugin.json \ + sdk/python/pyproject.toml \ + sdk/dotnet/pulumi-plugin.json \ + sdk/dotnet/*.*.csproj \ + sdk/dotnet/version.txt \ + sdk/go/*/pulumi-plugin.json \ + sdk/go/*/internal/pulumiUtilities.go \ + sdk/nodejs/package.json git commit -m 'Commit ${{ matrix.language }} SDK for Renovate' diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index d5f6e8a..70871cf 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -136,7 +136,8 @@ jobs: with: allowed-changes: |- sdk/**/pulumi-plugin.json - sdk/dotnet/Pulumi.*.csproj + sdk/dotnet/*.*.csproj + sdk/dotnet/version.txt sdk/go/**/pulumiUtilities.go sdk/nodejs/package.json sdk/python/pyproject.toml @@ -169,7 +170,14 @@ jobs: git add sdk - 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 + git reset sdk/python/*/pulumi-plugin.json \ + sdk/python/pyproject.toml \ + sdk/dotnet/pulumi-plugin.json \ + sdk/dotnet/*.*.csproj \ + sdk/dotnet/version.txt \ + sdk/go/*/pulumi-plugin.json \ + sdk/go/*/internal/pulumiUtilities.go \ + sdk/nodejs/package.json git commit -m 'Commit ${{ matrix.language }} SDK for Renovate' @@ -194,7 +202,7 @@ jobs: - name: Test Provider Library run: make test_provider - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - if: failure() && github.event_name == 'push' @@ -286,7 +294,8 @@ jobs: with: allowed-changes: |- sdk/**/pulumi-plugin.json - sdk/dotnet/Pulumi.*.csproj + sdk/dotnet/*.*.csproj + sdk/dotnet/version.txt sdk/go/**/pulumiUtilities.go sdk/nodejs/package.json sdk/python/pyproject.toml @@ -319,7 +328,14 @@ jobs: git add sdk - 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 + git reset sdk/python/*/pulumi-plugin.json \ + sdk/python/pyproject.toml \ + sdk/dotnet/pulumi-plugin.json \ + sdk/dotnet/*.*.csproj \ + sdk/dotnet/version.txt \ + sdk/go/*/pulumi-plugin.json \ + sdk/go/*/internal/pulumiUtilities.go \ + sdk/nodejs/package.json git commit -m 'Commit ${{ matrix.language }} SDK for Renovate'