Skip to content

Commit d955dcc

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 [im-open/workflow-conclusion](https://github.com/im-open/workflow-conclusion). 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/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 `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: I9092a477af09179d703d3a6a33629b9974ed5acd GitHub-PR: #42 GitHub-Hash: 3a5d889fc3235017 Signed-off-by: gh2gerrit <releng+odl-gh2gerrit@linuxfoundation.org>
1 parent 4b5e4a1 commit d955dcc

3 files changed

Lines changed: 4 additions & 4 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
@@ -88,7 +88,7 @@ jobs:
8888
delay: "0s"
8989

9090
- name: Setup Java
91-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
91+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
9292
with:
9393
distribution: temurin
9494
java-version: "21"
@@ -117,7 +117,7 @@ jobs:
117117
steps:
118118
- name: Get workflow conclusion
119119
# yamllint disable-line rule:line-length
120-
uses: im-open/workflow-conclusion@7b146947e59eaf7fc3328822357861ab1758c088 # v2.2.5
120+
uses: im-open/workflow-conclusion@8eac7f17381a6917bc04fec3e2c92e70ebc37526 # v3.0.0
121121
- name: Report workflow conclusion
122122
# yamllint disable-line rule:line-length
123123
uses: lfit/gerrit-review-action@a5de1d5bf17c2603ae81544dc2a455017b454ec8 # v1.1.1

.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)