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 2e146e1a RAT-293: Fix call on GHA
2e146e1a is described below

commit 2e146e1a64809702592b001fecbf17f104a77b9b
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jan 4 21:52:41 2026 +0100

    RAT-293: Fix call on GHA
---
 .github/workflows/sonarcloud.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 3d22bf2b..e7c24915 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -30,7 +30,7 @@ jobs:
           path: ~/.m2
           key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
           restore-keys: ${{ runner.os }}-m2
-      - name: Build and analyze
+      - 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
+        run: ./mvnw -B verify 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar 
-Dsonar.projectKey=apache_creadur-rat

Reply via email to