From c3e9e057c753791f624c5c3902db4ce11aa578dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 08:54:03 +0000 Subject: [PATCH] Bump the actions-deps group with 3 updates Bumps the actions-deps group with 3 updates: [lfreleng-actions/github2gerrit-action](https://github.com/lfreleng-actions/github2gerrit-action), [actions/setup-java](https://github.com/actions/setup-java) 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 `actions/setup-java` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/1bcf9fb12cf4aa7d266a90ae39939e61372fe520...0f481fcb613427c0f801b606911222b5b6f3083a) 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: actions/setup-java dependency-version: 5.5.0 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/clm-scan.yaml | 2 +- .github/workflows/gerrit-sonar.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call-github2gerrit.yaml b/.github/workflows/call-github2gerrit.yaml index 649993538d2..86fcd3dbbf6 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@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/clm-scan.yaml b/.github/workflows/clm-scan.yaml index cdd5ab8bf72..7bb6079c757 100644 --- a/.github/workflows/clm-scan.yaml +++ b/.github/workflows/clm-scan.yaml @@ -33,7 +33,7 @@ jobs: - name: Setup Java # yamllint disable-line rule:line-length - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0 with: distribution: "temurin" java-version: "21" diff --git a/.github/workflows/gerrit-sonar.yaml b/.github/workflows/gerrit-sonar.yaml index 5eb52304458..76b2ed8e06e 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 || '' }}