From 2868308c4aac566d4084e5d73fdc34a2a4afe90d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 11:27:46 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action from 1.0.123 to 1.0.133 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.123 to 1.0.133. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/51ea8ea73a139f2a74ff649e3092c25a904aed7e...787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.133 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-fix.yml | 2 +- .github/workflows/claude-review.yml | 2 +- .github/workflows/sdlc-implement.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-fix.yml b/.github/workflows/auto-fix.yml index 0256a01..6e50b4e 100644 --- a/.github/workflows/auto-fix.yml +++ b/.github/workflows/auto-fix.yml @@ -159,7 +159,7 @@ jobs: # The actual fix — Claude reads the log file and the codebase - name: Run Claude Code if: steps.pr.outputs.skip != 'true' && steps.guard.outputs.tripped != 'true' - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 with: model: claude-sonnet-4-6 anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 793caaa..b477058 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e + - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 id: claude with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} diff --git a/.github/workflows/sdlc-implement.yml b/.github/workflows/sdlc-implement.yml index 4dc1875..39902e8 100644 --- a/.github/workflows/sdlc-implement.yml +++ b/.github/workflows/sdlc-implement.yml @@ -80,7 +80,7 @@ jobs: fi - name: Run Claude Code implementation - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 env: LANGFUSE_EXPORT_FILE: /tmp/langfuse-traces.jsonl with: