File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
lint :
7
7
runs-on : ubuntu-latest
8
8
name : Lint Commit Messages
9
-
9
+
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
ref : ${{ github.event.pull_request.head.sha }}
14
- - name : Use Node.js 12 .x
15
- uses : actions/setup-node@v1
14
+ - name : Use Node.js 20 .x
15
+ uses : actions/setup-node@v4
16
16
with :
17
- node-version : 12.x
17
+ node-version : 20
18
18
- name : Fetch origin
19
19
run : git fetch origin
20
20
- name : Event Sender
21
21
run : echo ${{ github.event.sender.login }}
22
22
- name : Lint commit message
23
23
if : ${{ github.event.sender.login != 'dependabot[bot]' }}
24
24
run : npx commitlint --from origin/${{ github.base_ref }} --to HEAD -g ./ui/package.json
25
+
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
- <modelVersion >4.0.0</modelVersion >
5
+ <modelVersion >4.0.0</modelVersion >
6
6
7
7
<groupId >kafka.vertx</groupId >
8
8
<artifactId >demo</artifactId >
9
- <version >1.1.3 </version >
9
+ <version >1.1.4 </version >
10
10
11
11
<properties >
12
- <kafka .version>3.3.1</kafka .version>
13
- <vertx .version>4.3.6</vertx .version>
14
- <logback .version>1.2.6</logback .version>
15
- <jackson-databind .version>2.14.0</jackson-databind .version>
12
+ <vertx .version>4.5.10</vertx .version>
13
+ <logback .version>1.5.11</logback .version>
14
+ <jackson-databind .version>2.16.1</jackson-databind .version>
16
15
<junit .version>5.9.2</junit .version>
17
16
<hamcrest .version>2.2</hamcrest .version>
18
17
<maven .surefire.version>3.0.0-M5</maven .surefire.version>
19
18
</properties >
20
-
19
+
21
20
<dependencyManagement >
22
21
<dependencies >
23
22
<dependency >
You can’t perform that action at this time.
0 commit comments