From b707b588454d7785d5441b6ccc4c990fedc0f9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 08:53:46 +0000 Subject: [PATCH] Bump lfreleng-actions/github2gerrit-action in the actions-deps group Bumps the actions-deps group with 1 update: [lfreleng-actions/github2gerrit-action](https://github.com/lfreleng-actions/github2gerrit-action). Updates `lfreleng-actions/github2gerrit-action` from 1.4.4 to 1.4.5 - [Release notes](https://github.com/lfreleng-actions/github2gerrit-action/releases) - [Commits](https://github.com/lfreleng-actions/github2gerrit-action/compare/e06d6a2892efe0cd30259897ecb0eb27bcfb9d10...848115e79535031703795f94a8f6e5dc9e38c6b2) --- updated-dependencies: - dependency-name: lfreleng-actions/github2gerrit-action dependency-version: 1.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... 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 9e6f48a3134..bd225a83743 100644 --- a/.github/workflows/call-github2gerrit.yaml +++ b/.github/workflows/call-github2gerrit.yaml @@ -33,7 +33,7 @@ jobs: steps: - name: Convert GitHub PR to Gerrit Change # yamllint disable-line rule:line-length - uses: lfreleng-actions/github2gerrit-action@e06d6a2892efe0cd30259897ecb0eb27bcfb9d10 # v1.4.4 + uses: lfreleng-actions/github2gerrit-action@848115e79535031703795f94a8f6e5dc9e38c6b2 # v1.4.5 with: GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }} GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}