From 6d9bc4ef7b98676f526df8f5995e57fc92e18066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:23:36 +0000 Subject: [PATCH] Bump anthropics/claude-code-action from 1.0.151 to 1.0.169 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.151 to 1.0.169. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/806af32823ef69c8ef357086c573a902af641307...37b464ce72700f7b2c5ff8d2db7fa7b15df792f5) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.169 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-code-review.yml | 2 +- .github/workflows/claude.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 3454009..ef12993 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -26,7 +26,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@806af32823ef69c8ef357086c573a902af641307 # v1.0.151 + uses: anthropics/claude-code-action@37b464ce72700f7b2c5ff8d2db7fa7b15df792f5 # v1.0.169 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} plugin_marketplaces: "https://github.com/anthropics/claude-code.git" diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 7e829e0..d6e1154 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@806af32823ef69c8ef357086c573a902af641307 # v1.0.151 + uses: anthropics/claude-code-action@37b464ce72700f7b2c5ff8d2db7fa7b15df792f5 # v1.0.169 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}