Skip to content

Commit 5407ea7

Browse files
authored
Update GitHub Actions workflows. (#2672)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 20a3d3337bd70b94d983f8f49e13e29e1a10640a.
1 parent 493941e commit 5407ea7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
*.sum
3535
3636
- name: Setup Node
37-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
37+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
3838
with:
3939
# we don't set node-version because we install with mise.
4040
# this step is needed to setup npm auth

.github/workflows/export-repo-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- name: Generate a GitHub token
1010
id: generate-token
11-
uses: actions/create-github-app-token@v1
11+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
1212
with:
1313
app-id: 1256780 # Export Secrets GitHub App
1414
private-key: ${{ secrets.EXPORT_SECRETS_PRIVATE_KEY }}

0 commit comments

Comments
 (0)