Skip to content

Commit

Permalink
Chore: Update gerrit-review-action to v0.7
Browse files Browse the repository at this point in the history
- Pull in change to skip vote on local runs with act.

Signed-off-by: Anil Belur <[email protected]>
Change-Id: I7ed874fc4d9f340187de2ff7a6cc1001afa67790
  • Loading branch information
askb committed Apr 2, 2024
1 parent 1dc5753 commit ac872e4
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 @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit ac872e4

Please sign in to comment.