Fix: Update gerrit-review-action to v0.6 37/110837/1
authorAnil Belur <abelur@linuxfoundation.org>
Sun, 17 Mar 2024 23:40:49 +0000 (09:40 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Sun, 17 Mar 2024 23:42:12 +0000 (09:42 +1000)
Change-Id: I794b9e51156593361dcc96db63fac76e6e0f9821
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml

index b9a365081b7690a573e6940b77fa83a974981f58..c06a07dafe06b67457dbdcce779bf1435bbc9313 100644 (file)
@@ -53,7 +53,7 @@ jobs:
     steps:
       - name: Clear votes
         # yamllint disable-line rule:line-length
-        uses: lfit/gerrit-review-action@6ac4c2322b68c0120a9b516eb0421491ee1b3fdf  # v0.4
+        uses: lfit/gerrit-review-action@7c30179c3c9389545fccb0d458df59879372ae6a  # v0.6
         with:
           host: ${{ vars.GERRIT_SERVER }}
           username: ${{ vars.GERRIT_SSH_USER }}
@@ -105,7 +105,7 @@ jobs:
         uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5  # v3.0.3
       - name: Set vote
         # yamllint disable-line rule:line-length
-        uses: lfit/gerrit-review-action@6ac4c2322b68c0120a9b516eb0421491ee1b3fdf  # v0.4
+        uses: lfit/gerrit-review-action@7c30179c3c9389545fccb0d458df59879372ae6a  # v0.6
         with:
           host: ${{ vars.GERRIT_SERVER }}
           username: ${{ vars.GERRIT_SSH_USER }}