chore: pin GitHub Actions to SHAs#43
Conversation
|
Warning Review limit reached
More reviews will be available in 59 minutes and 51 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 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
Verification
Summary by cubic
Pin all external GitHub Actions in CI, release, and Dependabot workflows to exact commit SHAs for reproducible and secure runs. Added exact version comments next to each SHA for easier updates.
actions/checkout,actions/setup-node, andoven-sh/setup-bunacross workflows, trackingv4.3.1,v4.4.0, andv1.2.2.changesets/actionandactions/github-script, trackingv1.9.0andv7.1.0.ci.yml,dependabot-changeset.yml, andrelease.yml.Written for commit 29737fe. Summary will update on new commits.
Note
Pin GitHub Actions to specific commit SHAs across CI workflows
Replaces mutable version tags with full commit SHAs for all third-party actions (
actions/checkout,actions/setup-node,oven-sh/setup-bun,changesets/action,actions/github-script) in ci.yml, dependabot-changeset.yml, and release.yml. SHA comments retain the human-readable version for reference.Macroscope summarized 29737fe.