File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 # Prefix the list here with "+" to use these queries and those in the config file.
3838 # queries: ./path/to/local/query, your-org/your-repo/queries@main
3939
40- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
41- # If this step fails, then you should remove it and run the build manually (see below)
42- - name : Autobuild
43- uses : github/codeql-action/autobuild@v1
44-
45- # ℹ️ Command-line programs to run using the OS shell.
46- # 📚 https://git.io/JvXDl
47-
48- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
49- # and modify them (or add more) to build your code if your project
50- # uses a compiled language
51-
52- # - run: |
53- # make bootstrap
54- # make release
40+ - run : " mvn clean compile -Dmaven.test.skip=true -Dmaven.site.skip=true -Dmaven.javadoc.skip=true"
5541
5642 - name : Perform CodeQL Analysis
5743 uses : github/codeql-action/analyze@v1
You can’t perform that action at this time.
0 commit comments