File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434 - name : Checkout repository
3535 uses : actions/checkout@v2
3636
37- # Install and setup JDK 17
38- - name : Setup JDK 17
37+ # Install and setup JDK 25
38+ - name : Setup JDK 25
3939 uses : actions/setup-java@v2
4040 with :
4141 distribution : ' temurin'
42- java-version : ' 17 '
42+ java-version : ' 25 '
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616
1717 steps :
1818 - uses : actions/checkout@v2
19- - name : Set up JDK 17
19+ - name : Set up JDK 25
2020 uses : actions/setup-java@v2
2121 with :
2222 distribution : ' temurin'
23- java-version : ' 17 '
23+ java-version : ' 25 '
2424 - name : Grant execute permission for gradlew
2525 run : chmod +x gradlew
2626 - name : Build with Gradle
You can’t perform that action at this time.
0 commit comments