fix: check.yml/suppression-gate.yml 的 harden-runner SHA 手误纠正(v1.5.1 引入的 85b0→真 v2.21.0 85d0) - #40
Conversation
…d1cf0ef85d0992719546e2c,与全组织其余文件一致)
…11f85b41b11d1cf0ef85d0992719546e2c,与全组织其余文件一致)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 0 remain after this review. 📝 WalkthroughWalkthrough本次变更更新两个 GitHub Actions 工作流中的 Harden Runner 固定 commit SHA,并保留 ChangesHarden Runner 固定版本更新
Suggested labels: Merge Risk: ⚪ Minimal · up to This localized change corrects the pinned runner version in two workflow files; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 1 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (1 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
PR Summary by QodoFix harden-runner pinned SHA in CI workflows (v2.21.0 85b0→85d0)
AI Description
Diagram
High-Level Assessment
Files changed (2)
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can tweak Display preferences with a live preview to see your comment before it ships |
根因(推翻此前全部平台缓存假说)
v1.5.1(PR#32)给 check.yml 加 suppression job 时,harden-runner 的 pin 被手写错一位:
05e31511f85b41b11d1cf0ef85b``**0992719546e2c(不存在)——全组织其余文件用的是05e31511f85b41b11d1cf0ef85**d``0992719546e2c(真 v2.21.0)。一位之差导致:unable to find version 05e31511...85b0...——错误信息里一直带着正确答案,被 8 位前缀的目视对比掩盖)修复
验证
C1:.github/ 路径,ADR-0036(修订)/0043 域。
Summary by CodeRabbit