From 907add7311b8707f01d91c951ca5d1d54dd4352f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:52:49 +0000 Subject: [PATCH] chore(deps): update github-actions to 806af32 --- .github/workflows/claude.yml | 2 +- .github/workflows/pr-autofix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}