From f3769ea1f2d904cffbeebc2ad8c552ed350249b5 Mon Sep 17 00:00:00 2001 From: Duncan Date: Tue, 1 Sep 2026 11:36:20 -0400 Subject: [PATCH] chore(ci): lower Codex security review reasoning effort from max to high max causes reviews to run longer than necessary, increasing both normal review latency and exposure to the upstream PTY-shutdown hang where Codex finishes its output but holds stdio open until the job timeout fires. high preserves strong security review quality while reducing typical completion time. Co-authored-by: Will Pfleger Signed-off-by: Will Pfleger --- .github/workflows/codex-security-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codex-security-review.yml b/.github/workflows/codex-security-review.yml index 68ff0553c07..766dc430b90 100644 --- a/.github/workflows/codex-security-review.yml +++ b/.github/workflows/codex-security-review.yml @@ -222,7 +222,7 @@ jobs: contents: read env: CODEX_MODEL: gpt-5.6-sol - CODEX_REASONING_EFFORT: max + CODEX_REASONING_EFFORT: high CODEX_REVIEW_API_KEY_PRESENT: ${{ secrets.CODEX_REVIEW_API_KEY != '' }} REVIEW_CONTEXT: review-context REVIEW_REPOSITORY: review-target