From 0ab7f12e25b31b8c6b30c7e27032ab663762c143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 08:54:53 +0000 Subject: [PATCH] Bump lfreleng-actions/github2gerrit-action from 1.0.8 to 1.0.9 Bumps [lfreleng-actions/github2gerrit-action](https://github.com/lfreleng-actions/github2gerrit-action) from 1.0.8 to 1.0.9. - [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/de8477030c26a8020e9c95cd6312d5647392b347...e240ec18b68db3266f08ced54aa0467a35b62370) --- updated-dependencies: - dependency-name: lfreleng-actions/github2gerrit-action dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a79d83aecfb..45b6e85c010 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@de8477030c26a8020e9c95cd6312d5647392b347 # v1.0.8 + uses: lfreleng-actions/github2gerrit-action@e240ec18b68db3266f08ced54aa0467a35b62370 # v1.0.9 with: GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }} GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}