From 761f42ae6b156c10af9a3135fe3b0e3dc45dafb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:42:47 +0000 Subject: [PATCH] build(deps): bump anthropics/claude-code-action from 1.0.176 to 1.0.182 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.176 to 1.0.182. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/700e7f8316990de46bed556429765647af760efc...e0cf66d1d257526b5d07f141838c338921cb8455) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.182 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-release-pr.yml | 2 +- .github/workflows/claude-code.yml | 2 +- .github/workflows/claude-pr-auto-review.yml | 2 +- .github/workflows/review-dependabot.yml | 2 +- .github/workflows/vrt-ai-review.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-release-pr.yml b/.github/workflows/auto-release-pr.yml index a7f35f7..fe781dc 100644 --- a/.github/workflows/auto-release-pr.yml +++ b/.github/workflows/auto-release-pr.yml @@ -159,7 +159,7 @@ jobs: - name: Generate release PR title with Claude id: generate-title - uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176 + uses: anthropics/claude-code-action@e0cf66d1d257526b5d07f141838c338921cb8455 # v1.0.182 with: track_progress: false use_bedrock: true diff --git a/.github/workflows/claude-code.yml b/.github/workflows/claude-code.yml index b844c11..2f27c4d 100644 --- a/.github/workflows/claude-code.yml +++ b/.github/workflows/claude-code.yml @@ -47,7 +47,7 @@ jobs: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ inputs.region }} - - uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176 + - uses: anthropics/claude-code-action@e0cf66d1d257526b5d07f141838c338921cb8455 # v1.0.182 with: track_progress: true use_bedrock: true diff --git a/.github/workflows/claude-pr-auto-review.yml b/.github/workflows/claude-pr-auto-review.yml index 00b1804..ee052cb 100644 --- a/.github/workflows/claude-pr-auto-review.yml +++ b/.github/workflows/claude-pr-auto-review.yml @@ -54,7 +54,7 @@ jobs: aws-region: ${{ inputs.region }} - name: Claude Automatic Code Review - uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176 + uses: anthropics/claude-code-action@e0cf66d1d257526b5d07f141838c338921cb8455 # v1.0.182 with: track_progress: true use_bedrock: true diff --git a/.github/workflows/review-dependabot.yml b/.github/workflows/review-dependabot.yml index 926bd61..2d2f22f 100644 --- a/.github/workflows/review-dependabot.yml +++ b/.github/workflows/review-dependabot.yml @@ -75,7 +75,7 @@ jobs: aws-region: ${{ inputs.region }} - name: Claude AI Review (Comment Only) - uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176 + uses: anthropics/claude-code-action@e0cf66d1d257526b5d07f141838c338921cb8455 # v1.0.182 with: use_bedrock: true # 判定マーカーを機械解析する場合は、専用コメントに確実に残すため diff --git a/.github/workflows/vrt-ai-review.yml b/.github/workflows/vrt-ai-review.yml index ef60dc3..fd75608 100644 --- a/.github/workflows/vrt-ai-review.yml +++ b/.github/workflows/vrt-ai-review.yml @@ -287,7 +287,7 @@ jobs: steps.context.outputs.pr_open == 'true' && steps.context.outputs.is_draft == 'false' && steps.context.outputs.has_changes == 'true' - uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176 + uses: anthropics/claude-code-action@e0cf66d1d257526b5d07f141838c338921cb8455 # v1.0.182 with: use_bedrock: true github_token: ${{ secrets.GITHUB_TOKEN }}