Skip to content

Commit 10f5588

Browse files
committed
ci: pin review responder checkout to SHA
1 parent 2c0867f commit 10f5588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
26-
ref: ${{ github.event.pull_request.head.ref }}
26+
ref: ${{ github.event.pull_request.head.sha }}
2727

2828
- name: Verify PR branch matches reviewed SHA
2929
run: |

0 commit comments

Comments
 (0)