Skip to content

Commit 1bea239

Browse files
authored
Merge pull request #10595 from f321x/update_ci_review_model
ci: bump code review ci claude version 4.6 -> 4.7
2 parents b45d89e + 1ba3144 commit 1bea239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/ci/claude_security_review.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
MAX_DIFF_CHARS = 800_000
3737
CLAUDE_TIMEOUT_SECONDS = 20 * 60
38-
CLAUDE_MODEL = "claude-opus-4-6"
38+
CLAUDE_MODEL = "claude-opus-4-7"
3939
CLAUDE_EFFORT = "max"
4040

4141
VERDICT_PASS = "PASS"

0 commit comments

Comments
 (0)