Skip to content

Commit 13acdf0

Browse files
authored
Merge pull request #3673 from liam-hq/renovate/anthropics-claude-code-action-1.x
chore(deps): update anthropics/claude-code-action action to v1.0.8
2 parents b3b684e + 501d85f commit 13acdf0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/claude-pr-creator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: bash .github/scripts/setup-claude.sh
4343

4444
- name: Run Claude Code Action
45-
uses: anthropics/claude-code-action@a5528eec7426a4f0c9c1ac96018daa53ebd05bc4 # v1.0.7
45+
uses: anthropics/claude-code-action@7ed3b616d54fd445625b77b219342949146bae9e # v1.0.8
4646
id: claude-code
4747
env:
4848
ISSUE_NUMBER: ${{ github.event.issue.number }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: bash .github/scripts/setup-claude.sh
4343

4444
- name: Run Claude PR Action
45-
uses: anthropics/claude-code-action@a5528eec7426a4f0c9c1ac96018daa53ebd05bc4 # v1.0.7
45+
uses: anthropics/claude-code-action@7ed3b616d54fd445625b77b219342949146bae9e # v1.0.8
4646
with:
4747
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4848
additional_permissions: |

.github/workflows/renovate-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Auto review Renovate PR
26-
uses: anthropics/claude-code-action@a5528eec7426a4f0c9c1ac96018daa53ebd05bc4 # v1.0.7
26+
uses: anthropics/claude-code-action@7ed3b616d54fd445625b77b219342949146bae9e # v1.0.8
2727
with:
2828
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
2929
allowed_bots: "renovate[bot]"

0 commit comments

Comments
 (0)