From d92c0289cd304cf357b6c967f06ffce116802328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 11:05:07 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action Bumps the github-actions-dependencies group with 1 update: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.223 to 1.0.231 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/9cdae7f0d995e3ba7c33f226087fdf82a59cd520...cfc3eb22bfed5c26ef66e3223c982af27e4524de) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.231 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/doc-review.yml | 2 +- .github/workflows/doc-structure.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc-review.yml b/.github/workflows/doc-review.yml index dc6b62e..b8a96bc 100644 --- a/.github/workflows/doc-review.yml +++ b/.github/workflows/doc-review.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - name: Run Claude doc review - uses: anthropics/claude-code-action@9cdae7f0d995e3ba7c33f226087fdf82a59cd520 # v1.0.223 + uses: anthropics/claude-code-action@cfc3eb22bfed5c26ef66e3223c982af27e4524de # v1.0.231 env: GH_TOKEN: ${{ github.token }} with: diff --git a/.github/workflows/doc-structure.yml b/.github/workflows/doc-structure.yml index 2f39d16..4354bff 100644 --- a/.github/workflows/doc-structure.yml +++ b/.github/workflows/doc-structure.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Run docs structure audit - uses: anthropics/claude-code-action@9cdae7f0d995e3ba7c33f226087fdf82a59cd520 # v1.0.223 + uses: anthropics/claude-code-action@cfc3eb22bfed5c26ef66e3223c982af27e4524de # v1.0.231 env: GH_TOKEN: ${{ github.token }} with: