File tree Expand file tree Collapse file tree 17 files changed +50
-44
lines changed
Expand file tree Collapse file tree 17 files changed +50
-44
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ jobs:
6565 # - run: |
6666 # make bootstrap
6767 # make release
68- - name : Set up JDK 23
68+ - name : Set up JDK 25
6969 uses : actions/setup-java@v5
7070 with :
71- java-version : " 23 "
71+ java-version : " 25 "
7272 distribution : " temurin"
7373 - name : run mvn clean package
7474 run : ./mvnw clean package -Ddependency-check.skip=true -Dmaven.test.skip=true
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 # Steps represent a sequence of tasks that will be executed as part of the job
2020 steps :
2121 - uses : actions/checkout@v5
22- - name : Set up JDK 23
22+ - name : Set up JDK 25
2323 uses : actions/setup-java@v5
2424 with :
25- java-version : " 23 "
25+ java-version : " 25 "
2626 distribution : " temurin"
2727 cache : " maven"
2828 - name : Navigate to test script and run
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v5
17- - name : Set up JDK 23
17+ - name : Set up JDK 25
1818 uses : actions/setup-java@v5
1919 with :
20- java-version : " 23 "
20+ java-version : " 25 "
2121 distribution : " temurin"
2222 - name : Clean install
2323 run : ./mvnw --no-transfer-progress clean install -DskipTests -Ddependency-check.skip -Dcyclonedx.skip=true -Dexec.skip
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 - name : Checkout code
2727 uses : actions/checkout@v5
2828
29- - name : Set up JDK 23
29+ - name : Set up JDK 25
3030 uses : actions/setup-java@v5
3131 with :
32- java-version : " 23 "
32+ java-version : " 25 "
3333 distribution : " temurin"
3434 cache : " maven"
3535
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 - name : Checkout
3434 uses : actions/checkout@v5
3535
36- - name : Set up JDK 23
36+ - name : Set up JDK 25
3737 uses : actions/setup-java@v5
3838 with :
39- java-version : " 23 "
39+ java-version : " 25 "
4040 distribution : " temurin"
4141 cache : " maven"
4242
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v5
17- - name : Set up JDK 23
17+ - name : Set up JDK 25
1818 uses : actions/setup-java@v5
1919 with :
20- java-version : " 23 "
20+ java-version : " 25 "
2121 distribution : " temurin"
2222 - name : Clean install
2323 run : ./mvnw --no-transfer-progress clean install -DskipTests -Ddependency-check.skip -Dcyclonedx.skip=true -Dexec.skip
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 runs-on : ubuntu-latest
2626 steps :
2727 - uses : actions/checkout@v5
28- - name : Set up JDK 23
28+ - name : Set up JDK 25
2929 uses : actions/setup-java@v5
3030 with :
31- java-version : " 23 "
31+ java-version : " 25 "
3232 distribution : " temurin"
3333 cache : " maven"
3434 - name : checkstyle with Maven
@@ -39,10 +39,10 @@ jobs:
3939 runs-on : ubuntu-latest
4040 steps :
4141 - uses : actions/checkout@v5
42- - name : Set up JDK 23
42+ - name : Set up JDK 25
4343 uses : actions/setup-java@v5
4444 with :
45- java-version : " 23 "
45+ java-version : " 25 "
4646 distribution : " temurin"
4747 cache : " maven"
4848 - name : spotbugs with Maven
@@ -55,10 +55,10 @@ jobs:
5555 contents : read
5656 steps :
5757 - uses : actions/checkout@v5
58- - name : Set up JDK 23
58+ - name : Set up JDK 25
5959 uses : actions/setup-java@v5
6060 with :
61- java-version : " 23 "
61+ java-version : " 25 "
6262 distribution : " temurin"
6363 cache : " maven"
6464 - name : Test with Maven
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 - name : Checkout code
1818 uses : actions/checkout@v5
1919
20- - name : Set up JDK 23
20+ - name : Set up JDK 25
2121 uses : actions/setup-java@v5
2222 with :
23- java-version : " 23 "
23+ java-version : " 25 "
2424 distribution : " temurin"
2525 cache : " maven"
2626
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 - name : Checkout code
2626 uses : actions/checkout@v5
2727
28- - name : Set up JDK 23
28+ - name : Set up JDK 25
2929 uses : actions/setup-java@v5
3030 with :
31- java-version : " 23 "
31+ java-version : " 25 "
3232 distribution : " temurin"
3333 cache : " maven"
3434
@@ -245,10 +245,10 @@ jobs:
245245 ref : master
246246 path : main-code
247247
248- - name : Set up JDK 23 for PR build
248+ - name : Set up JDK 25 for PR build
249249 uses : actions/setup-java@v5
250250 with :
251- java-version : " 23 "
251+ java-version : " 25 "
252252 distribution : " temurin"
253253 cache : " maven"
254254
@@ -274,10 +274,10 @@ jobs:
274274 docker build --build-arg argBasedVersion="${{ steps.extract-pr-version.outputs.docker_version }}" -t wrongsecrets-pr .
275275 echo "PR Docker image built successfully"
276276
277- - name : Set up JDK 23 for main
277+ - name : Set up JDK 25 for main
278278 uses : actions/setup-java@v5
279279 with :
280- java-version : " 23 "
280+ java-version : " 25 "
281281 distribution : " temurin"
282282 cache : " maven"
283283
Original file line number Diff line number Diff line change 3232 - uses : actions/setup-java@v5
3333 with :
3434 distribution : " temurin"
35- java-version : " 23 "
35+ java-version : " 25 "
3636 - name : Install npm dependencies
3737 run : npm install
3838 - uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments