Skip to content

Commit 494629b

Browse files
committed
fix: align actions/checkout version for base-recipes checkout
Match the base-branch recipe checkout to v6.0.2 (same SHA as the PR branch checkout) for consistency.
1 parent 0dfb0d8 commit 494629b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/agentic-ci-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
# from the base branch so a fork PR cannot inject malicious instructions
134134
# while API secrets are in scope.
135135
- name: Checkout base branch recipes
136-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
136+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
137137
with:
138138
ref: ${{ github.event.pull_request.base.sha || 'main' }}
139139
sparse-checkout: .agents/recipes

0 commit comments

Comments
 (0)