File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ jobs:
42
42
- name : Checkout repository
43
43
uses : actions/checkout@v3
44
44
45
- - name : Setup Java 17
45
+ - name : Setup Java 21
46
46
uses : actions/setup-java@v3
47
47
with :
48
48
distribution : " temurin"
49
- java-version : " 17 "
49
+ java-version : " 21 "
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
18
18
steps :
19
19
- uses : actions/checkout@v3
20
- - name : Set up JDK 17
20
+ - name : Set up JDK 21
21
21
uses : actions/setup-java@v3
22
22
with :
23
- java-version : ' 17 '
23
+ java-version : ' 21 '
24
24
distribution : ' temurin'
25
25
server-id : github # Value of the distributionManagement/repository/id field of the pom.xml
26
26
settings-path : ${{ github.workspace }} # location for the settings.xml file
Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
os : [ ubuntu-latest ]
10
- java : [ 17 ]
10
+ java : [ 21 ]
11
11
arch : [ x64 ]
12
12
dist : [ zulu ]
13
13
fail-fast : false
You can’t perform that action at this time.
0 commit comments