From 7ac93d156674d21404577f831edf3c00bf6b7cf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 04:36:43 +0000 Subject: [PATCH] Update anthropics/claude-code-action action to v1.0.229 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/autogen-docs-notify.yml | 2 +- .github/workflows/claude.yml | 2 +- .github/workflows/upstream-release-docs.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autogen-docs-notify.yml b/.github/workflows/autogen-docs-notify.yml index a8897c97..e5a5dd89 100644 --- a/.github/workflows/autogen-docs-notify.yml +++ b/.github/workflows/autogen-docs-notify.yml @@ -152,7 +152,7 @@ jobs: # nor make arbitrary network calls (no curl/Bash beyond gh). - name: Compose reviewer summary if: steps.pr.outputs.skip != 'true' - uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221 + uses: anthropics/claude-code-action@a4f54ef2c58884867281bd8e2f8d63352ad019a9 # v1.0.229 env: ANTHROPIC_BASE_URL: ${{ vars.ANTHROPIC_BASE_URL }} with: diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 30408912..fa26dba3 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -56,7 +56,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221 + uses: anthropics/claude-code-action@a4f54ef2c58884867281bd8e2f8d63352ad019a9 # v1.0.229 env: ANTHROPIC_BASE_URL: ${{ vars.ANTHROPIC_BASE_URL }} with: diff --git a/.github/workflows/upstream-release-docs.yml b/.github/workflows/upstream-release-docs.yml index 676e37d9..b4dc6c95 100644 --- a/.github/workflows/upstream-release-docs.yml +++ b/.github/workflows/upstream-release-docs.yml @@ -699,7 +699,7 @@ jobs: # burns the full 90-minute job budget. Paired with --max-turns # below for a runaway-cost ceiling. timeout-minutes: 45 - uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221 + uses: anthropics/claude-code-action@a4f54ef2c58884867281bd8e2f8d63352ad019a9 # v1.0.229 env: ANTHROPIC_BASE_URL: ${{ vars.ANTHROPIC_BASE_URL }} with: @@ -863,7 +863,7 @@ jobs: # baseline -- cheap safety net for the rare case where review # spirals on a file it can't stop "improving". timeout-minutes: 10 - uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221 + uses: anthropics/claude-code-action@a4f54ef2c58884867281bd8e2f8d63352ad019a9 # v1.0.229 env: ANTHROPIC_BASE_URL: ${{ vars.ANTHROPIC_BASE_URL }} with: