X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.github%2Fworkflows%2Fgerrit-verify.yaml;h=be015b6c2ed797f8761a941b29f3a4203fd9b07b;hb=6b7742eb7b8c8b229fd6f0a834de5bc2fd9c4ec1;hp=ca242c97e8f81af9fb68db8f6332105de66af9e1;hpb=e8f821fc46b51176797f91b00b4fdc8a193c648b;p=releng%2Fglobal-jjb.git diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index ca242c97..be015b6c 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clear votes - uses: lfit/gerrit-review-action@26b447f499bf16876244384293ee1b8893e4fc04 # v0.7 + uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8 with: host: ${{ vars.LFIT_GERRIT_SERVER }} username: ${{ vars.LFIT_GERRIT_SSH_USER }} @@ -78,16 +78,18 @@ jobs: GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }} GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }} # yamllint disable-line rule:line-length - TOX_ENVS: '["ensure-documented", "jjb", "jjb-compare-xml", "license", "bashate", "pre-commit", "docs"]' + TOX_ENVS: '["ensure-documented", "jjb", "jjb-compare-xml", "bashate", "pre-commit", "docs"]' vote: if: ${{ always() }} needs: [prepare, tox-verify] runs-on: ubuntu-latest steps: - - uses: technote-space/workflow-conclusion-action@v3 + - name: Get conclusion + # yamllint disable-line rule:line-length + uses: im-open/workflow-conclusion@e4f7c4980600fbe0818173e30931d3550801b992 # v2.2.3 - name: Set vote - uses: lfit/gerrit-review-action@26b447f499bf16876244384293ee1b8893e4fc04 # v0.7 + uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8 with: host: ${{ vars.LFIT_GERRIT_SERVER }} username: ${{ vars.LFIT_GERRIT_SSH_USER }}