Skip to content

Commit b9fd543

Browse files
Update GitHub Actions workflows. (#2342)
This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [c07de48a7d31d9a6f2f222271df349ce28f92f16](pulumi/ci-mgmt@c07de48). ## Rebasing this PR If this PR falls behind `master` on pulumi-eks and needs to be regenerated against the latest tip, dispatch [`update-workflows-single-bridged-provider`](https://github.com/pulumi/ci-mgmt/actions/workflows/update-workflows-single-bridged-provider.yml): ```sh gh workflow run update-workflows-single-bridged-provider.yml \ --repo pulumi/ci-mgmt \ -f provider_name=eks \ -f automerge=false ``` That re-runs this same workflow against current ci-mgmt `master`, closes this stale PR (via the "obsolete PR" cleanup step above), and opens a fresh one rebased on the provider's current `master`. Co-authored-by: Pulumi Bot <bot@pulumi.com>
1 parent 269498b commit b9fd543

4 files changed

Lines changed: 4 additions & 11 deletions

File tree

.github/workflows/build_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cache_save: false
8282
- name: Setup Go Cache
8383
if: matrix.language == 'go' || contains(matrix.language, 'go')
84-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
84+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
8585
with:
8686
cache-dependency-path: |
8787
provider/*.sum

.github/workflows/prerequisites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
key: ${{ runner.os }}-go-prerequisites-${{ hashFiles('provider/*.sum', 'upstream/*.sum', 'sdk/go/*.sum', 'sdk/*.sum', '*.sum') }}
100100
- name: Setup Go Cache
101101
if: inputs.acceptance_fanout == false
102-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
102+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
103103
with:
104104
cache-dependency-path: |
105105
provider/*.sum

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
# only saving the cache in the prerequisites job
175175
cache_save: false
176176
- name: Setup Node
177-
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
177+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
178178
with:
179179
# we don't set node-version because we install with mise.
180180
# this step is needed to setup npm auth

.github/workflows/verify-release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
github_token: ${{ secrets.GITHUB_TOKEN }}
8585
cache_save: false
8686
- name: Setup Go Cache
87-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
87+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
8888
with:
8989
cache-dependency-path: |
9090
provider/*.sum
@@ -122,12 +122,6 @@ jobs:
122122
role-duration-seconds: 7200
123123
role-session-name: aws@githubActions
124124
role-to-assume: ${{ steps.esc-secrets.outputs.AWS_CI_ROLE_ARN }}
125-
- name: Setup Node
126-
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
127-
with:
128-
# we don't set node-version because we install with mise.
129-
# this step is needed to setup npm auth
130-
registry-url: https://registry.npmjs.org
131125
- name: Verify nodejs release
132126
uses: pulumi/verify-provider-release@679d5e6838ac4f68696bfa1bf9e2c5da94509dd6 # v1.3.1
133127
with:
@@ -136,7 +130,6 @@ jobs:
136130
provider: eks
137131
providerVersion: ${{ inputs.providerVersion }}
138132
env:
139-
NODE_AUTH_TOKEN: ${{ steps.esc-secrets.outputs.NPM_TOKEN }}
140133
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
141134
NPM_TOKEN: ${{ steps.esc-secrets.outputs.NPM_TOKEN }}
142135
PUBLISH_REPO_PASSWORD: ${{ steps.esc-secrets.outputs.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)