From 1c9b7f06b94b0bcf77b27d971e61e8993000b82c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:45:40 +0000 Subject: [PATCH] Chore(deps): Bump lfreleng-actions/github2gerrit-action Bumps [lfreleng-actions/github2gerrit-action](https://github.com/lfreleng-actions/github2gerrit-action) from 1.0.3 to 1.0.7. - [Release notes](https://github.com/lfreleng-actions/github2gerrit-action/releases) - [Changelog](https://github.com/lfreleng-actions/github2gerrit-action/blob/main/docs/RELEASE-v0.2.0.md) - [Commits](https://github.com/lfreleng-actions/github2gerrit-action/compare/99ac9d46666ca4c7c74f67c04effa0b482b576ab...bd41ba25191d8d1952d351c6611a57828c46a617) --- updated-dependencies: - dependency-name: lfreleng-actions/github2gerrit-action dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gerrit-merge-github2gerrit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gerrit-merge-github2gerrit.yaml b/.github/workflows/gerrit-merge-github2gerrit.yaml index d0e2cb5..d701af7 100644 --- a/.github/workflows/gerrit-merge-github2gerrit.yaml +++ b/.github/workflows/gerrit-merge-github2gerrit.yaml @@ -165,7 +165,7 @@ jobs: - name: 'Run GitHub2Gerrit' # yamllint disable-line rule:line-length - uses: lfreleng-actions/github2gerrit-action@99ac9d46666ca4c7c74f67c04effa0b482b576ab # v1.0.3 + uses: lfreleng-actions/github2gerrit-action@bd41ba25191d8d1952d351c6611a57828c46a617 # v1.0.7 env: # Pass GERRIT_* inputs as environment variables when dispatched from Gerrit GERRIT_BRANCH: ${{ github.event.inputs.GERRIT_BRANCH || '' }}