ci(codex): bump public-workflows pin to v2.4.0#282
Conversation
|
Warning Review limit reached
More reviews will be available in 58 minutes and 19 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Gemini review skipped — non-code PR (only changed files matching |
|
Codex review skipped — non-code PR (only changed files matching |
|
Claude review skipped — non-code PR (only changed files matching |
Bumps the Codex PR reviewer pin to
v2.4.0(f7fb4810).Why: this repo was pinned to a pre-fix
public-workflowsversion (v2.1.0 / v2.3.1) where Harden-Runner'sdisable-sudo-and-containerspre-disables sudo on the codex job.openai/codex-actionneeds sudo to lock its proxy file before it irreversibly drops sudo, so the action exits 1 before any review runs — the Codex review silently fails on every real code PR. (Green checks on docs/release-only PRs are preflight-skips, which masked this.)Fixed upstream in praetorian-inc/public-workflows#80, released in v2.4.0 (also carries the gpt-5.5 default + CVE-2025-32955 container-lockdown hardening).
🤖 Generated with Claude Code