Skip to content

Commit 20b4f85

Browse files
Updated build command in the CodeQL workflow
1 parent 5bc8dae commit 20b4f85

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)