-
Notifications
You must be signed in to change notification settings - Fork 147
fix: correct step-security/harden-runner SHA in merge conflict bot workflow #1280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
your middle commit isn't signed, you can soft revert them and re-sign |
📝 WalkthroughWalkthroughCorrected an incorrect SHA reference for the step-security/harden-runner GitHub action in the merge conflict bot workflow and added a changelog entry documenting the fix. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (1).github/workflows/**/*⚙️ CodeRabbit configuration file
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (2)
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 |
…rkflow Fixes #1278 Corrected the SHA for step-security/harden-runner action in merge conflict bot workflow. - From: 20cf3052978e1b6646b35198a5d69ed51a6c9d71 - To: 20cf305ff2072d973412fa9b1e3a4f227bda3c76 Also fixed duplicate Fixed section in CHANGELOG.md as suggested by CodeRabbit. Signed-off-by: cheese-cakee <[email protected]>
a32233b to
cfc1dfe
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1280 +/- ##
=======================================
Coverage 91.79% 91.79%
=======================================
Files 139 139
Lines 8466 8466
=======================================
Hits 7771 7771
Misses 695 695 🚀 New features to boost your workflow:
|
Fixes #1278
Corrected the SHA for step-security/harden-runner action in merge conflict bot workflow.
Also fixed duplicate Fixed section in CHANGELOG.md as suggested by CodeRabbit.