ci: pin third-party GitHub Actions to commit SHAs#13
Conversation
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis pull request updates two GitHub Actions workflows to pin external action references to specific commit SHAs instead of using floating version tags. The Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Replaces tag refs (`@v3`, `@v2`) with full commit SHAs. Comments preserve the original tag for human readability and so dependabot can still propose upgrades. SHAs verified via GitHub commits API at the time of this commit.
3ef8848 to
07e75cf
Compare
|
Retracting — the SHAs in main are real (verified e.g. |
Round-2 audit fix. Pins all unpinned third-party action
uses:to current commit SHAs (immutable). Tag annotations preserved as trailing comments for future bumps.Summary by CodeRabbit