From 5310e7ce02fb086f398b01aed6b8d6bac0672858 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 18:51:39 +0000 Subject: [PATCH] chore(deps): update anthropics/claude-code-action action to v1.0.178 --- .github/workflows/auto-fix-dependencies.yml | 2 +- .github/workflows/claude.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-fix-dependencies.yml b/.github/workflows/auto-fix-dependencies.yml index e805e5e3..952953f8 100644 --- a/.github/workflows/auto-fix-dependencies.yml +++ b/.github/workflows/auto-fix-dependencies.yml @@ -102,7 +102,7 @@ jobs: - name: Auto-fix dependencies if: steps.pr-info.outputs.skip != 'true' id: auto-fix - uses: anthropics/claude-code-action@558b1d6cab4085c7753fe402c10bef0fbb92ac7a # v1.0.165 + uses: anthropics/claude-code-action@af0559ee4f514d1ef21826982bed13f7edc3c35e # v1.0.178 with: # Requires the CLAUDE_CODE_OAUTH_TOKEN secret scoped to the claude-autofix environment. claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index e99ad33b..2046df8b 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -43,7 +43,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@558b1d6cab4085c7753fe402c10bef0fbb92ac7a # v1.0.165 + uses: anthropics/claude-code-action@af0559ee4f514d1ef21826982bed13f7edc3c35e # v1.0.178 with: # Requires the CLAUDE_CODE_OAUTH_TOKEN secret scoped to the claude-manual environment. claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}