From d909004724f02c69c3cf027125e238fa2a787c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:33:19 +0100 Subject: [PATCH] Chore: bump lfit/gerrit-review-action from 0.6 to 0.8 Bumps [lfit/gerrit-review-action](https://github.com/lfit/gerrit-review-action) from 0.6 to 0.8. - [Commits](https://github.com/lfit/gerrit-review-action/compare/7c30179c3c9389545fccb0d458df59879372ae6a...9627b9a144f2a2cad70707ddfae87c87dce60729) Issue-ID: CIMAN-33 Change-Id: Ief0dc14f2f9530bff3f0177dfa8bc89b66662735 Signed-off-by: dependabot[bot] GitHub-PR: https://github.com/onap/portal-ng-bff/pull/33 GitHub-Hash: c4e629e15df8ac3d Signed-off-by: ModeSevenIndustrialSolutions --- .github/workflows/gerrit-verify.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index dfe265e..614538e 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -53,7 +53,7 @@ jobs: steps: - name: Clear votes # yamllint disable-line rule:line-length - uses: lfit/gerrit-review-action@7c30179c3c9389545fccb0d458df59879372ae6a # v0.6 + uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8 with: host: ${{ vars.GERRIT_SERVER }} username: ${{ vars.GERRIT_SSH_USER }} @@ -94,7 +94,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@7c30179c3c9389545fccb0d458df59879372ae6a # v0.6 + uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8 with: host: ${{ vars.GERRIT_SERVER }} username: ${{ vars.GERRIT_SSH_USER }} -- 2.16.6