fix(ci): require reviewed SHA for Bohrium tests - #633
Conversation
Replace the privileged pull_request_target path with a maintainer-dispatched flow that verifies the current external-fork head repository and exact reviewed commit before entering the Bohrium environment. Keep verification credentials isolated from the untrusted test job, pin checkout to the verified repository and SHA, and add a regression test for the workflow trust boundary. Closes deepmodeling#603 Coding-Agent: Codex Codex-Version: codex-cli 0.144.6 Model: gpt-5.6-sol Reasoning-Effort: xhigh
|
Warning Review limit reached
Next review available in: 59 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #633 +/- ##
=======================================
Coverage 48.38% 48.38%
=======================================
Files 40 40
Lines 3960 3960
=======================================
Hits 1916 1916
Misses 2044 2044 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
CI note: the historical failed Test Bohrium check was launched by the current base-branch pull_request_target workflow when this PR was labeled. That workflow attempted to check out the external PR merge commit in the privileged context and actions/checkout rejected it. This is the unsafe workflow path that this PR removes; the pull request cannot retroactively change the workflow definition used for that labeled event. All normal pull-request checks and the replacement workflow regression tests pass. Coding agent: Codex |
Summary
Closes #603
Tests
Coding agent: Codex
Codex version: codex-cli 0.149.0
Model: gpt-5.6-sol
Reasoning effort: xhigh