Skip to content

Commit 954feba

Browse files
committed
DCO changes
1 parent b77591b commit 954feba

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/dco.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require:
2+
members: false

.github/workflows/maven.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
name: Build
55
on:
66
push:
7-
branches: [ main, 3.1.x ]
7+
branches: [ main, 4.2.x, 4.1.x, 3.1.x ]
88
pull_request:
9-
branches: [ main, 3.1.x ]
9+
branches: [ main, 4.2.x, 4.1.x, 3.1.x ]
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Set up JDK
16-
uses: actions/setup-java@v2
16+
uses: actions/setup-java@v4
1717
with:
1818
distribution: 'temurin'
1919
java-version: '17'
2020
- name: Cache local Maven repository
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.m2/repository
2424
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
report_paths: '**/surefire-reports/TEST-*.xml'
3434
- name: Archive code coverage results
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: surefire-reports
3838
path: '**/surefire-reports/*'

.java-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17

docs/.java-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17

0 commit comments

Comments
 (0)