File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5151 - name : Setup Java JDK
5252 uses : actions/setup-java@v3
5353 with :
54- java-version : 17
54+ java-version : 25
5555 distribution : ' zulu'
5656
5757 # Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v3
12- - name : Set up JDK 17
12+ - name : Set up JDK 25
1313 uses : actions/setup-java@v3
1414 with :
15- java-version : ' 17 '
15+ java-version : ' 25 '
1616 distribution : ' zulu'
1717
1818 - name : Build and Run Unit Tests
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 steps :
1313 - uses : actions/checkout@v3
1414
15- - name : Set up JDK 17
15+ - name : Set up JDK 25
1616 uses : actions/setup-java@v3
1717 with :
18- java-version : ' 17 '
18+ java-version : ' 25 '
1919 distribution : ' zulu'
2020
2121 - name : Cache Maven packages
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v3
14- - name : Set up JDK 17
14+ - name : Set up JDK 25
1515 uses : actions/setup-java@v3
1616 with :
17- java-version : ' 17 '
17+ java-version : ' 25 '
1818 distribution : ' zulu'
1919
2020 - name : Build and Analyze Code Coverage
You can’t perform that action at this time.
0 commit comments