CI: Switch out workflow conflusion getter 15/72915/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 3 Jun 2024 17:26:33 +0000 (10:26 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 3 Jun 2024 17:26:33 +0000 (10:26 -0700)
Issue: RELENG-5356
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: If93eabb49727ea0ecdd08940f76429c74a5e8c20

.github/workflows/gerrit-verify.yaml

index a9cc75a..9dc5618 100644 (file)
@@ -100,7 +100,9 @@ jobs:
     needs: [prepare, pre-commit, tox]
     runs-on: ubuntu-latest
     steps:
-      - uses: technote-space/workflow-conclusion-action@v3
+      - name: Get workflow conclusion
+        # yaml-lint disable-line rule:line-length
+        uses: im-open/workflow-conclusion@e4f7c4980600fbe0818173e30931d3550801b992 # v2.2.3
       - name: Set vote
         uses: lfit/gerrit-review-action@v0.3
         with: