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.
This commit is contained in:
f321x
2026-04-21 13:24:02 +02:00
parent b45d89e120
commit 1ba31448a3
+1 -1
View File
@@ -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"