From e26c4719a6f7e94a6d8ca8b2486825ca9d96d430 Mon Sep 17 00:00:00 2001 From: "exe.dev user" Date: Mon, 21 Sep 2026 07:59:47 +0000 Subject: [PATCH] Pin automated review to an available Sonnet model --- .github/workflows/claude-code-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 30cd419..7a35af1 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -36,6 +36,7 @@ jobs: uses: anthropics/claude-code-action@beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + model: claude-sonnet-4-6 # Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4.1) # model: "claude-opus-4-1-20250805"