From 9640830575bf303098472e5aaafad88cda39a3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 11:05:11 +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.216 to 1.0.223 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/d75b94d5ad426cb8546e6628b6f5f19b84e5cce1...9cdae7f0d995e3ba7c33f226087fdf82a59cd520) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.223 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 4bfc651..dc6b62e 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@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1.0.216 + uses: anthropics/claude-code-action@9cdae7f0d995e3ba7c33f226087fdf82a59cd520 # v1.0.223 env: GH_TOKEN: ${{ github.token }} with: diff --git a/.github/workflows/doc-structure.yml b/.github/workflows/doc-structure.yml index ce78f39..2f39d16 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@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1.0.216 + uses: anthropics/claude-code-action@9cdae7f0d995e3ba7c33f226087fdf82a59cd520 # v1.0.223 env: GH_TOKEN: ${{ github.token }} with: