File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 - name : Set up Java
2323 uses : actions/setup-java@v2
2424 with :
25- java-version : ' 11'
2625 distribution : ' adopt'
26+ java-version : ' 21'
2727
2828 # Import GPG secret key for signing
2929 - name : Import GPG key
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020 - uses : actions/setup-java@v4
2121 with :
22- distribution : ' temurin '
22+ distribution : ' adopt '
2323 java-version : ' 21'
2424 cache : ' maven'
2525 - name : Initialize CodeQL
2828 languages : java
2929 - name : Build with Maven
3030 timeout-minutes : 15
31- run : mvn -B clean package --file pom.xml
31+ run : mvn -B clean javadoc:javadoc package --file pom.xml
3232 - name : Perform CodeQL Analysis
3333 uses : github/codeql-action/analyze@v3
3434 with :
You can’t perform that action at this time.
0 commit comments