From 1ba31448a3f56de4fe8cdfff1579031b05ae476d Mon Sep 17 00:00:00 2001 From: f321x Date: Tue, 21 Apr 2026 13:24:02 +0200 Subject: [PATCH] ci: bump code review ci claude version 4.6 -> 4.7 An improved Claude Opus version got released, this bumps the code review CI to use it. --- contrib/ci/claude_security_review.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/claude_security_review.py b/contrib/ci/claude_security_review.py index 0db8877ca..76d728036 100755 --- a/contrib/ci/claude_security_review.py +++ b/contrib/ci/claude_security_review.py @@ -35,7 +35,7 @@ PROMPT_FILE = os.path.join(SCRIPT_DIR, "security_review_prompt.md") MAX_DIFF_CHARS = 800_000 CLAUDE_TIMEOUT_SECONDS = 20 * 60 -CLAUDE_MODEL = "claude-opus-4-6" +CLAUDE_MODEL = "claude-opus-4-7" CLAUDE_EFFORT = "max" VERDICT_PASS = "PASS"