fix: attest-drill 回溯步补 RUN_ID step env(run 33261139414 实测红) - #457
Conversation
fb6f1bc to
1210683
Compare
PR Summary by QodoAdd end-to-end attestation tracing and fix drill RUN_ID scope
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthrough新增 Changes回溯运行标识绑定
Suggested labels: ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Code Review by Qodo
1. 账本路径可注入命令
|
Card: #420
ADR: ADR-0103(同 #456,缺陷修复)
缺陷
run 33261139414:演练前四步全绿(pack/verify/绑定/archive PR #46 已成),回溯步死于
RUN_ID: unbound variable——RUN_ID 只在前一 step env 定义,本 step set -u 未定义即红。修复
回溯步 env 补
RUN_ID: ${{ github.run_id }}(step env 独立作用域)。合并后重触发演练验证全链。Summary by CodeRabbit