There was an error while loading. Please reload this page.
1 parent ddae6bf commit 5dae896Copy full SHA for 5dae896
2 files changed
.github/workflows/claude-code-review.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Run Claude Code Review
23
id: claude-review
24
- uses: anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
+ uses: anthropics/claude-code-action@d5726de019ec4498aa667642bc3a80fca83aa102 # v1.0.148
25
with:
26
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
27
prompt: |
.github/workflows/pr-handling.yaml
@@ -20,7 +20,7 @@ jobs:
20
name: Assign PR to author
runs-on: ubuntu-latest
steps:
- - uses: toshimaru/auto-author-assign@bdd7688cbf9e6d5683f02f8c7d8ae4062a254b6d # v3.0.2
+ - uses: toshimaru/auto-author-assign@3e19bfc990cb1cf0589dce95e9f75289bb1e22de # v3.0.3
ask-review:
name: Run pull-review
0 commit comments