Skip to content

Commit d29b7e1

Browse files
committed
Merge branch 'develop' into update-java
2 parents 5710e42 + c9b3050 commit d29b7e1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/code-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Set up JDK 11
14+
- name: Set up JDK 25
1515
uses: actions/setup-java@v3
1616
with:
17-
java-version: '11'
17+
java-version: '25'
1818
distribution: 'temurin'
1919
cache: maven
2020
- name: Check code formatting compliance

.github/workflows/code-quality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
21-
- name: Set up JDK 17
21+
- name: Set up JDK 25
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: 17
24+
java-version: 25
2525
distribution: 'temurin'
2626
- name: Cache SonarCloud packages
2727
uses: actions/cache@v4
@@ -51,10 +51,10 @@ jobs:
5151
- uses: actions/checkout@v4
5252
with:
5353
fetch-depth: 0
54-
- name: Set up JDK 11
54+
- name: Set up JDK 25
5555
uses: actions/setup-java@v4
5656
with:
57-
java-version: 11
57+
java-version: 25
5858
distribution: 'temurin'
5959
- name: Cache Maven packages
6060
uses: actions/cache@v4

.github/workflows/license-compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Set up JDK 11
13+
- name: Set up JDK 25
1414
uses: actions/setup-java@v3
1515
with:
16-
java-version: '11'
16+
java-version: '25'
1717
distribution: 'temurin'
1818
cache: maven
1919
- name: Produce SBOM in CycloneDX format

0 commit comments

Comments
 (0)