Skip to content

Commit 704bc82

Browse files
Merge pull request #968 from Light-Heart-Labs/dependabot/github_actions/anthropics/claude-code-action-1.0.97
chore(deps): bump anthropics/claude-code-action from 1.0.90 to 1.0.97
2 parents 4d3d2d7 + b04b735 commit 704bc82

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ai-issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
} >> $GITHUB_OUTPUT
6464
6565
- name: AI Triage
66-
uses: anthropics/claude-code-action@26ddc358fe3befff50c5ec2f80304c90c763f6f8 # v1
66+
uses: anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1
6767
with:
6868
github_token: ${{ secrets.GITHUB_TOKEN }}
6969
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: |
112112
steps.fork_check.outputs.is_fork != 'true' &&
113113
(steps.pr_size.outputs.skip_review == 'false' || contains(github.event.pull_request.labels.*.name, 'force-review'))
114-
uses: anthropics/claude-code-action@26ddc358fe3befff50c5ec2f80304c90c763f6f8 # v1
114+
uses: anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1
115115
with:
116116
claude_args: |
117117
code-review --comment \
@@ -325,7 +325,7 @@ jobs:
325325

326326
- name: Run Claude Code Review with write permissions
327327
id: review
328-
uses: anthropics/claude-code-action@26ddc358fe3befff50c5ec2f80304c90c763f6f8 # v1
328+
uses: anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1
329329
with:
330330
claude_args: |
331331
code-review \

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "Previous release: $PREV_TAG"
6262
6363
- name: Generate Release Notes
64-
uses: anthropics/claude-code-action@26ddc358fe3befff50c5ec2f80304c90c763f6f8 # v1
64+
uses: anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1
6565
with:
6666
github_token: ${{ secrets.GITHUB_TOKEN }}
6767
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)