Skip to content

Commit 4feebdf

Browse files
dependabot[bot]gh2gerrit
authored andcommitted
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.2.3 to 1.2.4 - [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](lfreleng-actions/github2gerrit-action@f5891c5...806c001) Updates `actions/setup-java` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@be666c2...ad2b381) Updates `lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/lfit/releng-reusable-workflows/releases) - [Commits](lfit/releng-reusable-workflows@b2adc11...f43b219) Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I33f96fa2a438d1129beef62d2581fe0c58767f3d GitHub-PR: #18 GitHub-Hash: baf7801683223962 Signed-off-by: gh2gerrit <releng+odl-gh2gerrit@linuxfoundation.org>
1 parent f506b08 commit 4feebdf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/call-github2gerrit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Convert GitHub PR to Gerrit Change
35-
uses: lfreleng-actions/github2gerrit-action@f5891c5f7733d2fc1b7bb5086f814c8b7f2d9afb # v1.2.3
35+
uses: lfreleng-actions/github2gerrit-action@806c001f17c98cd22176c805a721260b6985963f # v1.2.4
3636
with:
3737
GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }}
3838
GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}

.github/workflows/clm-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Setup Java
3535
# yamllint disable-line rule:line-length
36-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
36+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
3737
with:
3838
distribution: "temurin"
3939
java-version: "21"

.github/workflows/gerrit-sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ concurrency:
5656
jobs:
5757
sonar-scan:
5858
# yamllint disable-line rule:line-length
59-
uses: lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml@b2adc11cd90f0ca72a34202589a06d374b5d8366 # v0.5.0
59+
uses: lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml@f43b219b8a91dcd082f26419008c8bf5544ec212 # v0.6.0
6060
with:
6161
GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH || 'master' }}
6262
GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID || '' }}

0 commit comments

Comments
 (0)