Chore: Update gerrit-review-action to v0.7 74/72774/1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 2 Apr 2024 00:35:53 +0000 (10:35 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 2 Apr 2024 00:36:31 +0000 (10:36 +1000)
- Pull in change to skip vote on local runs with act.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I7ed874fc4d9f340187de2ff7a6cc1001afa67790

.github/workflows/gerrit-verify.yaml

index 61152dc..ebc4177 100644 (file)
@@ -55,7 +55,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Clear votes
-        uses: lfit/gerrit-review-action@v0.5
+        uses: lfit/gerrit-review-action@26b447f499bf16876244384293ee1b8893e4fc04 # v0.7
         with:
           host: ${{ vars.LFIT_GERRIT_SERVER }}
           username: ${{ vars.LFIT_GERRIT_SSH_USER }}
@@ -201,7 +201,7 @@ jobs:
       - name: Get workflow conclusion
         uses: technote-space/workflow-conclusion-action@v3
       - name: Set vote
-        uses: lfit/gerrit-review-action@v0.5
+        uses: lfit/gerrit-review-action@26b447f499bf16876244384293ee1b8893e4fc04 # v0.7
         with:
           host: ${{ vars.LFIT_GERRIT_SERVER }}
           username: ${{ vars.LFIT_GERRIT_SSH_USER }}