Skip to content

Commit ec2c3d7

Browse files
mydeaclaude
andauthored
chore(ci): Bump pnpm/action-setup to v5 and pin to commit SHA (#20462)
## Summary - Bump `pnpm/action-setup` from v4 to v5.0.0 - Pin to exact commit SHA ([`fc06bc1257f339d1d5d8b3a19a8cae5388b55320`](pnpm/action-setup@fc06bc1)) instead of a mutable version tag for supply chain security Updated in `build.yml` (2 occurrences) and `canary.yml` (1 occurrence). ### Changelog (v4 → v5) **v5.0.0** — Updated the action to use Node.js 24 (resolves GHA deprecation warning for Node.js 20 actions). **v4.4.0** — Updated the action to use Node.js 24. **v4.3.0** — Store caching support, docs fixes, dependency cleanup. **v4.2.0** — Respects `.npmrc` registry configuration when fetching pnpm. **v4.1.0** — Added support for `package.yaml`. Full changelog: pnpm/action-setup@v4.0.0...v5.0.0 ## Test plan - [ ] CI passes — E2E tests use pnpm for package installation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 358a49b commit ec2c3d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ jobs:
922922
uses: actions/checkout@v6
923923
with:
924924
ref: ${{ env.HEAD_COMMIT }}
925-
- uses: pnpm/action-setup@v4
925+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
926926
with:
927927
version: 9.15.9
928928
- name: Set up Node
@@ -1054,7 +1054,7 @@ jobs:
10541054
uses: actions/checkout@v6
10551055
with:
10561056
ref: ${{ env.HEAD_COMMIT }}
1057-
- uses: pnpm/action-setup@v4
1057+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
10581058
with:
10591059
version: 9.15.9
10601060
- name: Set up Node

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
uses: actions/checkout@v6
127127
with:
128128
ref: ${{ env.HEAD_COMMIT }}
129-
- uses: pnpm/action-setup@v4
129+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
130130
with:
131131
version: 9.15.9
132132
- name: Set up Node

0 commit comments

Comments
 (0)