Skip to content
Closed
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
12 changes: 6 additions & 6 deletions .github/workflows/claude_review_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down