fix: pin GitHub Actions to SHA for supply chain security#183
fix: pin GitHub Actions to SHA for supply chain security#183
Conversation
|
📝 WalkthroughWalkthroughGitHub Actions workflows in the repository have been updated to pin third-party actions to specific commit SHAs instead of using floating version tags. Six actions across four workflow files are now locked to exact commit references while maintaining the same v2, v3, or main labels for clarity. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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
uses:references to commit SHAs for supply chain securityChanges
uses: owner/action@tag→uses: owner/action@SHA # tagTest plan