From c50f37dd10e193395e200d4d8f6c6efca2ce80c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 23:34:39 +0000 Subject: [PATCH] Build(deps): bump anthropics/claude-code-action from 1 to 1.0.170 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1 to 1.0.170. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1...v1.0.170) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.170 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/uncaged-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uncaged-review.yml b/.github/workflows/uncaged-review.yml index 4df8b2d..4184e34 100644 --- a/.github/workflows/uncaged-review.yml +++ b/.github/workflows/uncaged-review.yml @@ -50,7 +50,7 @@ jobs: - name: Claude Code review if: env.ANTHROPIC_API_KEY != '' - uses: anthropics/claude-code-action@v1 + uses: anthropics/claude-code-action@v1.0.170 with: # You MUST add this repo secret for the action to work. anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}