From 2ba86a3846bdfbb612ae7bc5c2230f693d9fbe63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 10:22:30 +0000 Subject: [PATCH] build(deps): bump anthropics/claude-code-action from 1.0.196 to 1.0.206 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.196 to 1.0.206. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/e2a4b761cd77a1138a5b41410eda9b28581f9bcd...1f291e1cfe0f5fc21db2aef19af844591600ade7) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.206 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index b1496c86a..febbce31f 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -109,7 +109,7 @@ jobs: - name: Run Automated AI Review id: automated-review - uses: anthropics/claude-code-action@e2a4b761cd77a1138a5b41410eda9b28581f9bcd + uses: anthropics/claude-code-action@1f291e1cfe0f5fc21db2aef19af844591600ade7 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} # claude-code-action v1 dropped the `model` input; model selection now goes @@ -271,7 +271,7 @@ jobs: - name: Run Interactive AI Assistant id: interactive-claude - uses: anthropics/claude-code-action@e2a4b761cd77a1138a5b41410eda9b28581f9bcd + uses: anthropics/claude-code-action@1f291e1cfe0f5fc21db2aef19af844591600ade7 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} # claude-code-action v1 dropped the `model` input; model selection now goes