fix: pin 4 Docker actions to commit SHA in publish workflow#1109
fix: pin 4 Docker actions to commit SHA in publish workflow#1109
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated GitHub Actions workflow to pin Docker-related action references to specific commit SHAs instead of version tags ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 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 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 |
Re-submission of #1106. Had a problem with my fork and had to delete it, which closed the original PR. Apologies for the noise.
Summary
This PR pins the 4 Docker actions in the publish workflow to immutable commit SHAs instead of mutable version tags.
How to verify
Review the diff — each change is mechanical and preserves workflow behavior:
action@v3becomesaction@abc123 # v3— original version preserved as commentIf you have any questions, reach out. I'll be monitoring comms.
- Chris Nyhuis (dagecko)
Summary by CodeRabbit