From 7a86ea154e8ffe9d80e46e957ad91ca4581ffc08 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 9 Jan 2026 09:54:40 +0000 Subject: [PATCH] update claude actions --- .github/workflows/claude-fast.yml | 4 ++-- .github/workflows/claude.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-fast.yml b/.github/workflows/claude-fast.yml index c04302f167..d14e717a9e 100644 --- a/.github/workflows/claude-fast.yml +++ b/.github/workflows/claude-fast.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubicloud-standard-8 permissions: contents: read - pull-requests: read + pull-requests: write issues: read id-token: write steps: @@ -60,7 +60,7 @@ jobs: fetch-depth: 1 - name: Run Claude PR Action - uses: anthropics/claude-code-action@beta + uses: anthropics/claude-code-action@v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} model: claude-opus-4-1-20250805 diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 8e3a60ed31..528e1d2d07 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -51,7 +51,7 @@ jobs: timeout-minutes: 60 permissions: contents: read - pull-requests: read + pull-requests: write issues: read id-token: write steps: