From e956539593f432c28a8a68bdec613c44d9a64087 Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 06:35:12 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#878) This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [b888a93605aab0d973777521a03763e13948d127](https://github.com/pulumi/ci-mgmt/commit/b888a93605aab0d973777521a03763e13948d127). Co-authored-by: Pulumi Bot --- .github/workflows/build.yml | 4 ++-- .github/workflows/claude.yml | 2 +- .github/workflows/prerelease.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/run-acceptance-tests.yml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c16b14..8145687 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -339,13 +339,13 @@ jobs: run: make install_${{ matrix.language}}_sdk - name: Generate Pulumi Access Token id: generate_pulumi_token - uses: pulumi/auth-actions@141415910c3beb54e03b48e9057c204c97b956f2 # v2.1.0 + uses: pulumi/auth-actions@1c89817aab0c66407723cdef72b05266e7376640 # v1.0.1 with: organization: pulumi requested-token-type: urn:pulumi:token-type:access_token:organization export-environment-variables: false - name: Export AWS Credentials - uses: pulumi/esc-action@197ccaa42ab49560ce838a3010eb8345ce086896 + uses: pulumi/esc-action@f3cfbabf37488463817366338165b92b5f99117e env: PULUMI_ACCESS_TOKEN: ${{ steps.generate_pulumi_token.outputs.pulumi-access-token }} with: diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index d021597..72333a5 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -45,7 +45,7 @@ jobs: ESC_ACTION_OIDC_REQUESTED_TOKEN_TYPE: urn:pulumi:token-type:access_token:organization id: esc-secrets name: Fetch secrets from ESC - uses: pulumi/esc-action@197ccaa42ab49560ce838a3010eb8345ce086896 + uses: pulumi/esc-action@f3cfbabf37488463817366338165b92b5f99117e - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index ab6933c..753d99c 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -295,13 +295,13 @@ jobs: run: make install_${{ matrix.language}}_sdk - name: Generate Pulumi Access Token id: generate_pulumi_token - uses: pulumi/auth-actions@141415910c3beb54e03b48e9057c204c97b956f2 # v2.1.0 + uses: pulumi/auth-actions@1c89817aab0c66407723cdef72b05266e7376640 # v1.0.1 with: organization: pulumi requested-token-type: urn:pulumi:token-type:access_token:organization export-environment-variables: false - name: Export AWS Credentials - uses: pulumi/esc-action@197ccaa42ab49560ce838a3010eb8345ce086896 + uses: pulumi/esc-action@f3cfbabf37488463817366338165b92b5f99117e env: PULUMI_ACCESS_TOKEN: ${{ steps.generate_pulumi_token.outputs.pulumi-access-token }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7464ddc..16b2571 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -295,13 +295,13 @@ jobs: run: make install_${{ matrix.language}}_sdk - name: Generate Pulumi Access Token id: generate_pulumi_token - uses: pulumi/auth-actions@141415910c3beb54e03b48e9057c204c97b956f2 # v2.1.0 + uses: pulumi/auth-actions@1c89817aab0c66407723cdef72b05266e7376640 # v1.0.1 with: organization: pulumi requested-token-type: urn:pulumi:token-type:access_token:organization export-environment-variables: false - name: Export AWS Credentials - uses: pulumi/esc-action@197ccaa42ab49560ce838a3010eb8345ce086896 + uses: pulumi/esc-action@f3cfbabf37488463817366338165b92b5f99117e env: PULUMI_ACCESS_TOKEN: ${{ steps.generate_pulumi_token.outputs.pulumi-access-token }} with: diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index fd25fa7..e10a2c3 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -446,13 +446,13 @@ jobs: run: make install_${{ matrix.language}}_sdk - name: Generate Pulumi Access Token id: generate_pulumi_token - uses: pulumi/auth-actions@141415910c3beb54e03b48e9057c204c97b956f2 # v2.1.0 + uses: pulumi/auth-actions@1c89817aab0c66407723cdef72b05266e7376640 # v1.0.1 with: organization: pulumi requested-token-type: urn:pulumi:token-type:access_token:organization export-environment-variables: false - name: Export AWS Credentials - uses: pulumi/esc-action@197ccaa42ab49560ce838a3010eb8345ce086896 + uses: pulumi/esc-action@f3cfbabf37488463817366338165b92b5f99117e env: PULUMI_ACCESS_TOKEN: ${{ steps.generate_pulumi_token.outputs.pulumi-access-token }} with: