Skip to content

Commit d22aad8

Browse files
heskewclaude
andcommitted
ci: also bump ai-review-prompts-ref input to 3f2300a3
The reusable-workflow `uses:` pin was bumped but the `ai-review-prompts-ref` input (which selects the prompt/script checkout) still pointed at the old SHA, so reviews would run new logic against old prompts. Caught by the Gemini review on this PR. Now both refs match. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 399398c commit d22aad8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# introspect their own ref (`github.workflow_ref` resolves to the
4545
# CALLER's ref in `workflow_call` context), and `uses: …@<ref>`
4646
# is parsed literally so we can't interpolate a variable.
47-
ai-review-prompts-ref: 2be0f702b114e39b90eed90962922ef64df58482
47+
ai-review-prompts-ref: 3f2300a39910a0983eb74967dedeebd8c3c98adc
4848
review-layers: |
4949
universal
5050
harper/common

.github/workflows/gemini-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# duplication is unavoidable: reusable workflows can't introspect
7171
# their own ref (`github.workflow_ref` resolves to the CALLER's
7272
# ref in workflow_call context), and `uses: …@<ref>` is literal.
73-
ai-review-prompts-ref: 2be0f702b114e39b90eed90962922ef64df58482
73+
ai-review-prompts-ref: 3f2300a39910a0983eb74967dedeebd8c3c98adc
7474
review-layers: |
7575
universal
7676
harper/common

0 commit comments

Comments
 (0)