From: Anil Belur Date: Tue, 2 Apr 2024 00:35:53 +0000 (+1000) Subject: Chore: Update gerrit-review-action to v0.7 X-Git-Tag: v0.16.5~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F74%2F72774%2F1;p=releng%2Fcommon-packer.git Chore: Update gerrit-review-action to v0.7 - Pull in change to skip vote on local runs with act. Signed-off-by: Anil Belur Change-Id: I7ed874fc4d9f340187de2ff7a6cc1001afa67790 --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 61152dc..ebc4177 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -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 }}