From 1fde5c23bb92784076ec5962b89b7c7e8773c44f Mon Sep 17 00:00:00 2001 From: yahya <19204398+yhassanzadeh13@users.noreply.github.com> Date: Thu, 18 Jun 2026 08:40:25 -0700 Subject: [PATCH] ci: pin @claude action to claude-opus-4-8 The action's built-in default model (claude-sonnet-4-20250514) has been retired and now returns a 404 not_found_error, failing the @claude job. issue_comment-triggered workflows run the YAML from the default branch, so this fix must live on main to take effect. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/claude.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index bc77307..46f8aed 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -40,8 +40,9 @@ jobs: additional_permissions: | actions: read - # Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4.1) - # model: "claude-opus-4-1-20250805" + # Pin the model explicitly: the action's built-in default model has been + # retired and now returns a 404 not_found_error. + model: "claude-opus-4-8" # Optional: Customize the trigger phrase (default: @claude) # trigger_phrase: "/claude"