From 0dbdf7af6c5f2a1790332b86c4ffe831732a5c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:27:03 +0000 Subject: [PATCH] Bump lfreleng-actions/gerrit-review-action from 1.0.1 to 1.1.0 Bumps [lfreleng-actions/gerrit-review-action](https://github.com/lfreleng-actions/gerrit-review-action) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/lfreleng-actions/gerrit-review-action/releases) - [Commits](https://github.com/lfreleng-actions/gerrit-review-action/compare/b26a98041c59f9a877048c320313ab13bcc19aae...91db81bb09f604bb620810640c045eeb1f6a9e54) --- updated-dependencies: - dependency-name: lfreleng-actions/gerrit-review-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/call-github2gerrit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-github2gerrit.yaml b/.github/workflows/call-github2gerrit.yaml index 466825c6d2..1552d28bf7 100644 --- a/.github/workflows/call-github2gerrit.yaml +++ b/.github/workflows/call-github2gerrit.yaml @@ -126,7 +126,7 @@ jobs: - name: Notify job start # yamllint disable-line rule:line-length - uses: lfreleng-actions/gerrit-review-action@b26a98041c59f9a877048c320313ab13bcc19aae # v1.0.1 + uses: lfreleng-actions/gerrit-review-action@91db81bb09f604bb620810640c045eeb1f6a9e54 # v1.1.0 with: host: ${{ vars.GERRIT_SERVER }} username: ${{ vars.GERRIT_SSH_USER }} @@ -209,7 +209,7 @@ jobs: - name: Report workflow conclusion # yamllint disable-line rule:line-length - uses: lfreleng-actions/gerrit-review-action@b26a98041c59f9a877048c320313ab13bcc19aae # v1.0.1 + uses: lfreleng-actions/gerrit-review-action@91db81bb09f604bb620810640c045eeb1f6a9e54 # v1.1.0 with: host: ${{ vars.GERRIT_SERVER }} username: ${{ vars.GERRIT_SSH_USER }}