We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6785a55 commit 2af0b62Copy full SHA for 2af0b62
2 files changed
.github/workflows/codeql.yml
@@ -25,6 +25,6 @@ jobs:
25
- uses: github/codeql-action/init@v4
26
with: { languages: java, queries: +security-and-quality }
27
- name: Build with Maven
28
- run: mvn --batch-mode compile
+ run: mvn --batch-mode --no-transfer-progress compile
29
- uses: github/codeql-action/analyze@v4
30
with: { category: "/language:java" }
.github/workflows/sonarqube.yml
@@ -37,4 +37,4 @@ jobs:
37
- name: Build and analyze
38
env:
39
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
40
- run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=bernardladenthin_java-llama.cpp
+ run: mvn -B --no-transfer-progress verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=bernardladenthin_java-llama.cpp
0 commit comments