CI: Upgrade gerrit checkout action 15/143115/2
authorKevin Sandi <ksandi@contractor.linuxfoundation.org>
Thu, 5 Feb 2026 07:44:54 +0000 (01:44 -0600)
committerJohn Keeney <john.keeney@est.tech>
Wed, 25 Feb 2026 17:09:01 +0000 (17:09 +0000)
This will fix failures when github mirror is not synced with
latest gerrit patchsets refs yet.

Issue-ID: CIMAN-33
Change-Id: I7508b4dca45cf311b660a9613063911a6f38e29e
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
.github/workflows/gerrit-oran-functional-test-case-verify.yaml

index 65a5318..f87edf3 100644 (file)
@@ -69,7 +69,7 @@ jobs:
     steps:
       # Step 1: Checkout the repository to build
       - name: Checkout ccsdk-oran Maven Project Repository
-        uses: lfit/checkout-gerrit-change-action@v0.9
+        uses: lfit/checkout-gerrit-change-action@v1.0.0
         with:
           gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
           gerrit-url: ${{ inputs.GERRIT_CHANGE_URL }}