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 2e291ee7 RAT-293: Fix build warning as sonar.token is preferred and
sonar.login to be removed
2e291ee7 is described below
commit 2e291ee73d323281c9280f051ba178facac97c4f
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jan 4 22:10:25 2026 +0100
RAT-293: Fix build warning as sonar.token is preferred and sonar.login to
be removed
---
.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 4eefde39..f8dd0660 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -33,4 +33,4 @@ jobs:
- name: Build and analyze at ASF-sonarcloud
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- run: ./mvnw -B verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.projectKey=apache_creadur-rat -Dsonar.login=${SONAR_TOKEN}
+ run: ./mvnw -B verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.projectKey=apache_creadur-rat -Dsonar.token=${SONAR_TOKEN}