Skip to content

Commit f49d827

Browse files
dependabot[bot]gh2gerrit
authored andcommitted
Bump the actions-deps group with 5 updates
Bumps the actions-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [lfreleng-actions/github2gerrit-action](https://github.com/lfreleng-actions/github2gerrit-action) | `1.2.3` | `1.3.3` | | [actions/checkout](https://github.com/actions/checkout) | `6.0.3` | `7.0.0` | | [actions/setup-java](https://github.com/actions/setup-java) | `5.2.0` | `5.3.0` | | [lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml](https://github.com/lfit/releng-reusable-workflows) | `0.6.0` | `0.6.1` | | [im-open/workflow-conclusion](https://github.com/im-open/workflow-conclusion) | `2.2.5` | `3.0.0` | Updates `lfreleng-actions/github2gerrit-action` from 1.2.3 to 1.3.3 - [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...f44c168) Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...9c091bb) 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.6.0 to 0.6.1 - [Release notes](https://github.com/lfit/releng-reusable-workflows/releases) - [Commits](lfit/releng-reusable-workflows@f43b219...50e324e) Updates `im-open/workflow-conclusion` from 2.2.5 to 3.0.0 - [Commits](im-open/workflow-conclusion@7b14694...8eac7f1) Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I54553275bfb56f418807b529501e4dd75345ce8d GitHub-PR: #19 GitHub-Hash: 7bbb3df73298da7e Signed-off-by: gh2gerrit <releng+odl-gh2gerrit@linuxfoundation.org>
1 parent a269c11 commit f49d827

4 files changed

Lines changed: 5 additions & 5 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@f44c168376b369be0f306b6bdc07c80f67cceb05 # v1.3.3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
steps:
2828
- name: Checkout repository
2929
# yamllint disable-line rule:line-length
30-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
30+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3131
with:
3232
fetch-depth: 0
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@f43b219b8a91dcd082f26419008c8bf5544ec212 # v0.6.0
59+
uses: lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml@50e324ef804880c13d4aebcefcac07ad81661d01 # v0.6.1
6060
with:
6161
GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH || 'master' }}
6262
GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID || '' }}

.github/workflows/gerrit-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
steps:
135135
- name: Get conclusion
136136
# yamllint disable-line rule:line-length
137-
uses: im-open/workflow-conclusion@7b146947e59eaf7fc3328822357861ab1758c088 # v2.2.5
137+
uses: im-open/workflow-conclusion@8eac7f17381a6917bc04fec3e2c92e70ebc37526 # v3.0.0
138138
- name: Set vote
139139
# yamllint disable-line rule:line-length
140140
uses: lfit/gerrit-review-action@a5de1d5bf17c2603ae81544dc2a455017b454ec8 # v1.1.1

0 commit comments

Comments
 (0)