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: