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 @@ -44,10 +44,10 @@ jobs:
44
44
- name : Checkout repository
45
45
uses : actions/checkout@v3
46
46
47
- - name : Set up JDK 19
47
+ - name : Set up JDK 20
48
48
uses : actions/setup-java@v3
49
49
with :
50
- java-version : ' 19 '
50
+ java-version : ' 20 '
51
51
distribution : temurin
52
52
53
53
# Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
- uses : actions/checkout@v3
17
17
with :
18
18
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
19
- - name : Set up JDK 19
19
+ - name : Set up JDK 20
20
20
uses : actions/setup-java@v3
21
21
with :
22
- java-version : 19
23
- distribution : zulu # Alternative distribution options are available
22
+ java-version : 20
23
+ distribution : temurin # Alternative distribution options are available
24
24
- name : Cache SonarCloud packages
25
25
uses : actions/cache@v3
26
26
with :
You can’t perform that action at this time.
0 commit comments