File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 # - windows-latest
2424 # - macos-latest
2525 java :
26- - 11
27- # - 17
26+ - ' 21'
2827 runs-on : ${{ matrix.os }}
2928 timeout-minutes : 20
3029 steps :
Original file line number Diff line number Diff line change 2424 - windows-latest
2525 - macos-latest
2626 java :
27- - 11
28- - 17
27+ - ' 21'
2928 runs-on : ${{ matrix.os }}
3029 timeout-minutes : 20
3130 steps :
Original file line number Diff line number Diff line change 3636 steps :
3737 - name : Checkout repository
3838 uses : actions/checkout@v5
39+ - name : Set up JDK
40+ uses : actions/setup-java@v4.7.1
41+ with :
42+ distribution : ' zulu'
43+ java-version : ' 21'
3944
4045 # Initializes the CodeQL tools for scanning.
4146 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2525 # - windows-latest
2626 # - macos-latest
2727 java :
28- - 11
29- # - 17
28+ - ' 21'
3029 runs-on : ${{ matrix.os }}
3130 timeout-minutes : 20
3231 steps :
You can’t perform that action at this time.
0 commit comments