Smaller output in codeql build (#10787)
Motivation: Printing download progress in the build log makes it harder to see what's wrong when the build fails. Modification: Change the maven command to not show transfer progress, also enable batch mode so Maven don't print in colors that we can't see anyway. Result: More concise code analysis build logs.
This commit is contained in:
parent
12c3b9c7e6
commit
0e03682537
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: '11' # The JDK version to make available on the path.
|
java-version: '11' # The JDK version to make available on the path.
|
||||||
|
|
||||||
- run: ./mvnw clean package -DskipTests=true
|
- run: ./mvnw clean package -DskipTests=true -ntp -B
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v1
|
uses: github/codeql-action/analyze@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user