From 9cc635aac16804af63150f6addf5e9344628cdf2 Mon Sep 17 00:00:00 2001 From: Kurt Carpenter Date: Fri, 9 Jan 2026 18:24:29 -0800 Subject: [PATCH] ci: update claude-code-base-action and claude-code-action to v1 --- .github/workflows/claude-dedupe-issues.yml | 2 +- .github/workflows/claude-issue-triage.yml | 2 +- .github/workflows/claude.yml | 2 +- .github/workflows/oncall-triage.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/claude-dedupe-issues.yml b/.github/workflows/claude-dedupe-issues.yml index afcdf9f5..6b32ac59 100644 --- a/.github/workflows/claude-dedupe-issues.yml +++ b/.github/workflows/claude-dedupe-issues.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Run Claude Code slash command - uses: anthropics/claude-code-base-action@beta + uses: anthropics/claude-code-base-action@v1 with: prompt: "/dedupe ${{ github.repository }}/issues/${{ github.event.issue.number || inputs.issue_number }}" anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} diff --git a/.github/workflows/claude-issue-triage.yml b/.github/workflows/claude-issue-triage.yml index 49f3d547..ee58a171 100644 --- a/.github/workflows/claude-issue-triage.yml +++ b/.github/workflows/claude-issue-triage.yml @@ -95,7 +95,7 @@ jobs: EOF - name: Run Claude Code for Issue Triage - uses: anthropics/claude-code-base-action@beta + uses: anthropics/claude-code-base-action@v1 with: prompt_file: /tmp/claude-prompts/triage-prompt.txt allowed_tools: "Bash(gh label list),mcp__github__get_issue,mcp__github__get_issue_comments,mcp__github__update_issue,mcp__github__search_issues,mcp__github__list_issues" diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index ab28f5fc..d469b0e7 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -31,7 +31,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@beta + uses: anthropics/claude-code-action@v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} claude_args: "--model claude-sonnet-4-5-20250929" diff --git a/.github/workflows/oncall-triage.yml b/.github/workflows/oncall-triage.yml index 8cb0a982..16456f16 100644 --- a/.github/workflows/oncall-triage.yml +++ b/.github/workflows/oncall-triage.yml @@ -109,7 +109,7 @@ jobs: EOF - name: Run Claude Code for Oncall Triage - uses: anthropics/claude-code-base-action@beta + uses: anthropics/claude-code-base-action@v1 with: prompt_file: /tmp/claude-prompts/oncall-triage-prompt.txt allowed_tools: "mcp__github__list_issues,mcp__github__get_issue,mcp__github__get_issue_comments,mcp__github__update_issue"