From a8002afafe8b04e792b73131a6e61ce77fe14987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 02:33:05 +0000 Subject: [PATCH] Bump the actions-deps group with 2 updates Bumps the actions-deps group with 2 updates: [lfreleng-actions/github2gerrit-action](https://github.com/lfreleng-actions/github2gerrit-action) and [lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml](https://github.com/lfit/releng-reusable-workflows). Updates `lfreleng-actions/github2gerrit-action` from 1.3.3 to 1.4.1 - [Release notes](https://github.com/lfreleng-actions/github2gerrit-action/releases) - [Commits](https://github.com/lfreleng-actions/github2gerrit-action/compare/f44c168376b369be0f306b6bdc07c80f67cceb05...f21a57072b372a58da37cbbe1e36f9814b27ee7d) Updates `lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml` from 0.7.2 to 0.7.4 - [Release notes](https://github.com/lfit/releng-reusable-workflows/releases) - [Commits](https://github.com/lfit/releng-reusable-workflows/compare/fd3c1b43bc919e9e70787b009ffa2768ddbb1267...5fa62e396473e823e2bb0f45b744e94c4f842faa) --- updated-dependencies: - dependency-name: lfreleng-actions/github2gerrit-action dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml dependency-version: 0.7.4 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 +- .github/workflows/gerrit-sonar.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-github2gerrit.yaml b/.github/workflows/call-github2gerrit.yaml index 84eb29a35f..f9a7ff9edb 100644 --- a/.github/workflows/call-github2gerrit.yaml +++ b/.github/workflows/call-github2gerrit.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: Convert GitHub PR to Gerrit Change - uses: lfreleng-actions/github2gerrit-action@f44c168376b369be0f306b6bdc07c80f67cceb05 # v1.3.3 + uses: lfreleng-actions/github2gerrit-action@f21a57072b372a58da37cbbe1e36f9814b27ee7d # v1.4.1 with: GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }} GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }} diff --git a/.github/workflows/gerrit-sonar.yaml b/.github/workflows/gerrit-sonar.yaml index 2d3ad7ad77..89da27a4eb 100644 --- a/.github/workflows/gerrit-sonar.yaml +++ b/.github/workflows/gerrit-sonar.yaml @@ -56,7 +56,7 @@ concurrency: jobs: sonar-scan: # yamllint disable-line rule:line-length - uses: lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml@fd3c1b43bc919e9e70787b009ffa2768ddbb1267 # v0.7.2 + uses: lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml@5fa62e396473e823e2bb0f45b744e94c4f842faa # v0.7.4 with: GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH || 'master' }} GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID || '' }}