This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 58bf62d4 RAT-293: Reduce log noise in sonarcloud build step
58bf62d4 is described below
commit 58bf62d4760c2941b57bd21b1dbd1d22e42accc2
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Feb 2 17:47:59 2026 +0100
RAT-293: Reduce log noise in sonarcloud build step
---
.github/workflows/sonarcloud.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index f3a74391..9a2eb6b5 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -42,4 +42,4 @@ jobs:
- name: Build and analyze at ASF-sonarcloud
env:
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
- run: ./mvnw -X -e verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.projectKey=apache_creadur-rat -Dsonar.organization=apache
-Dsonar.token=${SONAR_TOKEN}
+ run: ./mvnw verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.projectKey=apache_creadur-rat -Dsonar.organization=apache
-Dsonar.token=${SONAR_TOKEN}