diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 0e93368..6a01f45 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -69,7 +69,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@4d7e1f0cd85743fdc93b1c8040ab54395da024e2 # v1 + uses: anthropics/claude-code-action@806af32823ef69c8ef357086c573a902af641307 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} additional_permissions: | diff --git a/.github/workflows/pr-autofix.yml b/.github/workflows/pr-autofix.yml index 0c1c21f..b984538 100644 --- a/.github/workflows/pr-autofix.yml +++ b/.github/workflows/pr-autofix.yml @@ -184,7 +184,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Run Claude Code (auto-fix PR) - uses: anthropics/claude-code-action@4d7e1f0cd85743fdc93b1c8040ab54395da024e2 # v1 + uses: anthropics/claude-code-action@806af32823ef69c8ef357086c573a902af641307 # v1 env: PR_HEAD_REF: ${{ steps.meta.outputs.head_ref }} PR_BASE_REF: ${{ steps.meta.outputs.base_ref }}