chore: update ci action pins#45
Conversation
📝 WalkthroughWalkthroughThis PR updates GitHub Actions workflow files to pin newer versions of core setup and automation actions across the CI, dependabot changeset, and release pipelines. Bun is explicitly pinned to version 1.3.14 instead of using ChangesWorkflow Action Version Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Summary
Validation
Summary by cubic
Pins GitHub Actions to the latest release SHAs and sets Bun 1.3.14 across all workflows for reproducible, safer builds. Adds release comments next to each SHA and a patch changeset for publishing.
actions/checkout→ v6.0.3 (SHA pinned)actions/setup-node→ v6.4.0 (SHA pinned)oven-sh/setup-bun→ v2.2.0; Bun pinned to 1.3.14changesets/action→ v1.9.0 (new SHA)actions/github-script→ v9.0.0 (SHA pinned)Written for commit 49898a5. Summary will update on new commits.
Note
Update CI action pins and pin Bun runtime to version 1.3.14
Updates pinned SHAs for
actions/checkout,actions/setup-node,oven-sh/setup-bun,changesets/action, andactions/github-scriptacross ci.yml, release.yml, and dependabot-changeset.yml. Bun version is changed fromlatestto1.3.14in all workflows to ensure reproducible builds.Macroscope summarized 49898a5.