From 676b4570a11a1224955cec9a9b6fdf699992474a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 02:58:59 +0000 Subject: [PATCH] build(deps): Bump lfreleng-actions/github2gerrit-action Bumps [lfreleng-actions/github2gerrit-action](https://github.com/lfreleng-actions/github2gerrit-action) from 1.0.2 to 1.0.3. - [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/cf7b6472cdbe26400ee2cda48c0c68d43c5244a3...99ac9d46666ca4c7c74f67c04effa0b482b576ab) --- updated-dependencies: - dependency-name: lfreleng-actions/github2gerrit-action dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/github2gerrit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index ac99b6a666..4e7233e160 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -55,7 +55,7 @@ jobs: - name: 'Run GitHub2Gerrit Action' # yamllint disable-line rule:line-length - uses: lfreleng-actions/github2gerrit-action@cf7b6472cdbe26400ee2cda48c0c68d43c5244a3 # v1.0.2 + uses: lfreleng-actions/github2gerrit-action@99ac9d46666ca4c7c74f67c04effa0b482b576ab # v1.0.3 with: USE_PR_AS_COMMIT: true ALLOW_DUPLICATES: ${{ inputs.allow_duplicates }}