From 63d82a006dfaef4b9c49b2f48353712fb7e49abd Mon Sep 17 00:00:00 2001 From: Vasile Popescu Date: Thu, 18 Dec 2025 14:16:24 +0100 Subject: [PATCH] Use Opus 4.5 in our claude action --- .github/workflows/claude.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 141d5d7b5e..853f7f3147 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -54,4 +54,5 @@ jobs: # Optional: Add claude_args to customize behavior and configuration # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md # or https://docs.claude.com/en/docs/claude-code/cli-reference for available options + model: claude-opus-4-5 claude_args: '--allowed-tools Bash(npm run)'