Fix: Missing code checkout in gerrit-verify.yaml 24/140024/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Mon, 27 Jan 2025 11:22:38 +0000 (11:22 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Mon, 27 Jan 2025 11:22:38 +0000 (11:22 +0000)
Issue-ID: CIMAN-33

Change-Id: I78d33ba9dc1899347da3315dd0ba3f16008ac7e9
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml

index a349b0e..1a60530 100644 (file)
@@ -69,6 +69,7 @@ jobs:
     needs: [notify]
     runs-on: ubuntu-latest
     steps:
+      - uses: lfit/checkout-gerrit-change-action@54d751e8bd167bc91f7d665dabe33fae87aaaa63 # v0.9
       - name: "Build Node.js project"
         # yamllint disable-line rule:line-length
         uses: lfit/releng-reusable-workflows/.github/actions/node-build-action@5db64208d04fdb0558e8a3a1a1a762b88ffd483e # 2024-09-24