From 3cabd481ac8ab5829ce7cd72ec732137f630b274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 03:33:30 +0000 Subject: [PATCH] Chore: Bump lfreleng-actions/github2gerrit-action from 1.1.0 to 1.2.3 Bumps [lfreleng-actions/github2gerrit-action](https://github.com/lfreleng-actions/github2gerrit-action) from 1.1.0 to 1.2.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/80213a86d7e5f2b58de497f0388fc9fa87a96b37...f5891c5f7733d2fc1b7bb5086f814c8b7f2d9afb) --- updated-dependencies: - dependency-name: lfreleng-actions/github2gerrit-action dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 dd9e130..e57db51 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -54,7 +54,7 @@ jobs: - name: 'Run GitHub2Gerrit Action' # yamllint disable-line rule:line-length - uses: lfreleng-actions/github2gerrit-action@80213a86d7e5f2b58de497f0388fc9fa87a96b37 # v1.1.0 + uses: lfreleng-actions/github2gerrit-action@f5891c5f7733d2fc1b7bb5086f814c8b7f2d9afb # v1.2.3 with: USE_PR_AS_COMMIT: true ALLOW_DUPLICATES: ${{ inputs.allow_duplicates }}