diff --git a/.github/workflows/backport_v1.yaml b/.github/workflows/backport_v1.yaml index 17b8401495..9030ab0e92 100644 --- a/.github/workflows/backport_v1.yaml +++ b/.github/workflows/backport_v1.yaml @@ -36,7 +36,7 @@ jobs: || contains(github.event.pull_request.labels.*.name, 'semver:minor') || contains(github.event.label.name, 'semver:patch') || contains(github.event.label.name, 'semver:minor') - uses: kiegroup/git-backporting@204ebd4376d7501696d52aec8fea2a2f6e09328f + uses: kiegroup/git-backporting@bce5dd4f9969d47da9cbb6ed06abbf87216afc98 with: target-branch: v1 pull-request: ${{ github.event.pull_request.url }} diff --git a/.github/workflows/backport_v2.yaml b/.github/workflows/backport_v2.yaml index 43b079c990..864ab8694e 100644 --- a/.github/workflows/backport_v2.yaml +++ b/.github/workflows/backport_v2.yaml @@ -31,7 +31,7 @@ jobs: private_key: ${{ secrets.BACKPORT_APP_PRIVATE_KEY }} - name: Backporting - uses: kiegroup/git-backporting@204ebd4376d7501696d52aec8fea2a2f6e09328f + uses: kiegroup/git-backporting@bce5dd4f9969d47da9cbb6ed06abbf87216afc98 with: target-branch: v2 pull-request: ${{ github.event.pull_request.url }}