Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-pr-auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 判定マーカーを機械解析する場合は、専用コメントに確実に残すため
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vrt-ai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down