File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 4141 steps :
4242 - name : Checkout repository
4343 uses : actions/checkout@v3
44+ - name : Set up JDK 17
45+ uses : actions/setup-java@v2
46+ with :
47+ java-version : 17
4448
4549 # Initializes the CodeQL tools for scanning.
4650 - name : Initialize CodeQL
5761
5862 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5963 # If this step fails, then you should remove it and run the build manually (see below)
60- - name : Autobuild
61- uses : github/codeql-action/autobuild@v2
64+ - name : Build with Maven
65+ run : mvn -B package --file pom.xml
6266
6367 # ℹ️ Command-line programs to run using the OS shell.
6468 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
You can’t perform that action at this time.
0 commit comments