From 716ee7dac7e8fba190c4a5c512fac903d187210e Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 4 Nov 2025 13:34:30 +0000 Subject: [PATCH] CI: Update Github2Gerrit Python Issue-ID: CIMAN-33 Change-Id: Ia9af067f50bdd95e5195110304f32e7e2cd08bb4 Signed-off-by: Matthew Watkins --- .github/workflows/github2gerrit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index c8e832d..9e34997 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -55,7 +55,7 @@ jobs: - name: 'Run GitHub2Gerrit Action' # yamllint disable-line rule:line-length - uses: lfreleng-actions/github2gerrit-action@f3ec169f35720fd2169110f55cc91e68f99f3a73 # v0.1.20 + uses: lfreleng-actions/github2gerrit-action@37cf18ec9b6276b5c59d5b4a6d4cc0734275b6c2 # v0.1.21 with: USE_PR_AS_COMMIT: true ALLOW_DUPLICATES: ${{ inputs.allow_duplicates }} -- 2.16.6