Merge pull request #8674 from eclipse/jetty-10.0.x-codeql-log-readable-with-batch-mode

codeql make log readable with using batch mode -B
This commit is contained in:
Olivier Lamy 2022-10-02 10:31:52 +10:00 committed by GitHub
commit 2b7ad6a477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
maven-version: 3.8.6
- name: Clean install dependencies and build
run: mvn clean install -DskipTests
run: mvn clean install -DskipTests -B
# Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun