Skip to content

Commit 689493c

Browse files
Bump the actions-deps group across 1 directory with 6 updates
Bumps the actions-deps group with 6 updates in the / directory: | 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.4.0` | | [lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml](https://github.com/lfit/releng-reusable-workflows) | `0.6.0` | `0.7.0` | | [lfit/gerrit-review-action](https://github.com/lfit/gerrit-review-action) | `1.1.1` | `1.1.2` | | [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.4.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@be666c2...1bcf9fb) Updates `lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/lfit/releng-reusable-workflows/releases) - [Commits](lfit/releng-reusable-workflows@f43b219...f412e6f) Updates `lfit/gerrit-review-action` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/lfit/gerrit-review-action/releases) - [Commits](lfreleng-actions/gerrit-review-action@a5de1d5...a1c036a) Updates `im-open/workflow-conclusion` from 2.2.5 to 3.0.0 - [Commits](im-open/workflow-conclusion@7b14694...8eac7f1) --- updated-dependencies: - dependency-name: lfreleng-actions/github2gerrit-action dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/setup-java dependency-version: 5.4.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.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: lfit/gerrit-review-action dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: im-open/workflow-conclusion dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d10b5d commit 689493c

4 files changed

Lines changed: 7 additions & 7 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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.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@f412e6f89527da7611a5f4a5f861de86d98d3e9e # v0.7.0
6060
with:
6161
GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH || 'master' }}
6262
GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID || '' }}

.github/workflows/gerrit-verify.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
- name: Clear votes
5858
# yamllint disable-line rule:line-length
59-
uses: lfit/gerrit-review-action@a5de1d5bf17c2603ae81544dc2a455017b454ec8 # v1.1.1
59+
uses: lfit/gerrit-review-action@a1c036a59b94c8ab89de26d378f6a28cc7378b13 # v1.1.2
6060
with:
6161
host: ${{ vars.GERRIT_SERVER }}
6262
username: ${{ vars.GERRIT_SSH_USER }}
@@ -134,10 +134,10 @@ 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
140-
uses: lfit/gerrit-review-action@a5de1d5bf17c2603ae81544dc2a455017b454ec8 # v1.1.1
140+
uses: lfit/gerrit-review-action@a1c036a59b94c8ab89de26d378f6a28cc7378b13 # v1.1.2
141141
with:
142142
host: ${{ vars.GERRIT_SERVER }}
143143
username: ${{ vars.GERRIT_SSH_USER }}

0 commit comments

Comments
 (0)