diff --git a/.github/workflows/claude_review_pr.yml b/.github/workflows/claude_review_pr.yml index d44267bfc..92fb59a88 100644 --- a/.github/workflows/claude_review_pr.yml +++ b/.github/workflows/claude_review_pr.yml @@ -45,7 +45,7 @@ jobs: # Step 1: Style Guide Review - name: Style Guide Review id: style-review - uses: anthropics/claude-code-action@2f8ba26a219c06cfb0f468eef8d97055fa814f97 # v1.0.53 + uses: anthropics/claude-code-action@edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 # v1.0.55 with: use_bedrock: 'true' claude_args: | @@ -115,7 +115,7 @@ jobs: # Step 2: Python Logic Review - name: Python Logic Review - uses: anthropics/claude-code-action@2f8ba26a219c06cfb0f468eef8d97055fa814f97 # v1.0.53 + uses: anthropics/claude-code-action@edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 # v1.0.55 with: use_bedrock: 'true' claude_args: | @@ -209,7 +209,7 @@ jobs: # Step 3: YAML Metadata Review - name: YAML Metadata Review - uses: anthropics/claude-code-action@2f8ba26a219c06cfb0f468eef8d97055fa814f97 # v1.0.53 + uses: anthropics/claude-code-action@edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 # v1.0.55 with: use_bedrock: 'true' claude_args: | @@ -302,7 +302,7 @@ jobs: # Step 4: Testing Review - name: Testing Review - uses: anthropics/claude-code-action@2f8ba26a219c06cfb0f468eef8d97055fa814f97 # v1.0.53 + uses: anthropics/claude-code-action@edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 # v1.0.55 with: use_bedrock: 'true' claude_args: | @@ -378,7 +378,7 @@ jobs: # Step 5: Query Review (if applicable) - name: Query Review - uses: anthropics/claude-code-action@2f8ba26a219c06cfb0f468eef8d97055fa814f97 # v1.0.53 + uses: anthropics/claude-code-action@edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 # v1.0.55 with: use_bedrock: 'true' claude_args: | @@ -455,7 +455,7 @@ jobs: # Step 6: Architecture Compliance - name: Architecture Compliance Review - uses: anthropics/claude-code-action@2f8ba26a219c06cfb0f468eef8d97055fa814f97 # v1.0.53 + uses: anthropics/claude-code-action@edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 # v1.0.55 with: use_bedrock: 'true' claude_args: |