Skip to content

Commit 69090bd

Browse files
ci: pin backport action to version instead of default branch
1 parent 5d5160f commit 69090bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# This is required for backport action to cherry-pick the PR
4040
- name: Fetch PR ref
41-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
41+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4242
with:
4343
ref: ${{ github.event.pull_request.head.sha }}
4444
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)