Skip to content

Commit 4096fda

Browse files
Merge pull request #604 from dceoy/dependabot/github_actions/anthropics/claude-code-action-1.0.115
Bump anthropics/claude-code-action from 1.0.112 to 1.0.115
2 parents d688a42 + 905faf5 commit 4096fda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-code-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
fi
7474
fi
7575
- name: Run Claude Code
76-
uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1.0.112
76+
uses: anthropics/claude-code-action@9db782c3a17ef2bfc274cd17411bc3e0a5ba1345 # v1.0.115
7777
with:
7878
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # zizmor: ignore[secrets-outside-env] caller-provided secret
7979
# Allow Claude to read CI results on PRs.

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fi
6262
fi
6363
- name: Run PR review with Claude Code
64-
uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1.0.112
64+
uses: anthropics/claude-code-action@9db782c3a17ef2bfc274cd17411bc3e0a5ba1345 # v1.0.115
6565
with:
6666
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # zizmor: ignore[secrets-outside-env] caller-provided secret
6767
prompt: '/review-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}'

0 commit comments

Comments
 (0)