From 6f39f91e4aeb416f429e21ae161674971b7878eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 08:55:07 +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 42f0e9b8dbd..ecfce0eba6b 100644 --- a/.github/workflows/call-github2gerrit.yaml +++ b/.github/workflows/call-github2gerrit.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Convert GitHub PR to Gerrit Change # yamllint disable-line rule:line-length - 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 }}