From 69090bd2243d5a758a98cbf4a63b5125e1083f07 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 11 Jan 2026 18:34:00 +0100 Subject: [PATCH] ci: pin backport action to version instead of default branch --- .github/workflows/backport.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index b231eb614..78ade28ee 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -38,7 +38,7 @@ jobs: # This is required for backport action to cherry-pick the PR - name: Fetch PR ref - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: ${{ github.event.pull_request.head.sha }} token: ${{ steps.app-token.outputs.token }}