From b1d5a47f1f13c91479650dc0a5ee2a00c10610bc Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 28 Nov 2024 18:42:49 -0500 Subject: [PATCH] Update sonar.yaml --- .github/workflows/sonar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 276009ae..c702854f 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -21,7 +21,7 @@ jobs: distribution: temurin java-version: 21 - name: Analyze with SonarCloud - run: ./mvnw verify sonar:sonar -B -V -Dsonar.projectKey=com.github.spotbugs:sonar-maven-plugin -Dsonar.organization=spotbugs -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN -Dlicense.skip=true --no-transfer-progress + run: ./mvnw verify sonar:sonar -B -V -Dsonar.projectKey=com.github.spotbugs:sonar-maven-plugin -Dsonar.organization=spotbugs -Dsonar.host.url=https://sonarcloud.io -Dlicense.skip=true --no-transfer-progress env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}