CI: Update to latest versions of actions 22/73122/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 7 Aug 2024 19:18:01 +0000 (12:18 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 7 Aug 2024 19:18:01 +0000 (12:18 -0700)
* lfit/checkout-gerrit-change-action v0.3 -> v0.9
* lfit/gerrit-review-action v0.3 -> v0.8

Issue: Fixes lfit/releng-lftools#11
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I1d5e157e350d05469e26ff56eca22a20ce878213

.github/workflows/gerrit-verify.yaml

index 438bf9d..1a00c6a 100644 (file)
@@ -86,7 +86,7 @@ jobs:
       wheel-distribution: ${{ steps.wheel-distribution.outputs.path }}
     steps:
       - name: Checkout change
-        uses: lfit/checkout-gerrit-change-action@v0.3
+        uses: lfit/checkout-gerrit-change-action@54d751e8bd167bc91f7d665dabe33fae87aaaa63  # v0.9
         with:
           gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
       - name: Configure Python
@@ -219,7 +219,7 @@ jobs:
         # yamllint disable-line rule:line-length
         uses: im-open/workflow-conclusion@e4f7c4980600fbe0818173e30931d3550801b992  # v2.2.3
       - name: Set vote
-        uses: lfit/gerrit-review-action@v0.3
+        uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729  # v0.8
         with:
           host: ${{ vars.LFIT_GERRIT_SERVER }}
           username: ${{ vars.LFIT_GERRIT_SSH_USER }}