From a9ef6f287ecf6a5f27b040d1f351c47c3e440aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:56:45 +0000 Subject: [PATCH] Bump lfreleng-actions/github2gerrit-action from 1.1.0 to 1.2.0 Bumps [lfreleng-actions/github2gerrit-action](https://github.com/lfreleng-actions/github2gerrit-action) from 1.1.0 to 1.2.0. - [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...5fa83115dea4966c4406589e02f2896772fef99e) --- updated-dependencies: - dependency-name: lfreleng-actions/github2gerrit-action dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/call-github2gerrit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-github2gerrit.yaml b/.github/workflows/call-github2gerrit.yaml index b20849a69b..0694d7c129 100644 --- a/.github/workflows/call-github2gerrit.yaml +++ b/.github/workflows/call-github2gerrit.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: Convert GitHub PR to Gerrit Change - uses: lfreleng-actions/github2gerrit-action@80213a86d7e5f2b58de497f0388fc9fa87a96b37 # v1.1.0 + uses: lfreleng-actions/github2gerrit-action@5fa83115dea4966c4406589e02f2896772fef99e # v1.2.0 with: GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }} GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}