Skip to content

Commit

Permalink
Chore: Update gerrit-review-action to v0.7
Browse files Browse the repository at this point in the history
- Pulls in change to skip voting locally

Issue: RELENG-5251
Change-Id: I5ab2930ed4bb0cbe41d2fca4be13c41f704381a2
Signed-off-by: Anil Belur <[email protected]>
  • Loading branch information
askb committed Apr 2, 2024
1 parent 9268e4a commit e8f821f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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 }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
steps:
- 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 }}
Expand Down

0 comments on commit e8f821f

Please sign in to comment.