diff --git a/.github/workflows/cd-config.yml b/.github/workflows/cd-config.yml index c2d5d44cd27..3279662ebbb 100644 --- a/.github/workflows/cd-config.yml +++ b/.github/workflows/cd-config.yml @@ -52,7 +52,7 @@ jobs: - name: Sonar Analysis if: ${{ github.actor != 'dependabot[bot]' }} - run: mvn sonar:sonar -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }} + run: mvn sonar:sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }} site: name: Publish version-specific site diff --git a/.github/workflows/ci-config.yml b/.github/workflows/ci-config.yml index 5c55300a57b..d75d5219a6b 100644 --- a/.github/workflows/ci-config.yml +++ b/.github/workflows/ci-config.yml @@ -146,5 +146,5 @@ jobs: run: mvn -B -ntp install -Pci - name: Sonar Analysis - run: mvn sonar:sonar -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }} + run: mvn sonar:sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }} diff --git a/pom.xml b/pom.xml index 9cf1d5dc9f6..a84eaddcfdd 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,8 @@ ${maven.multiModuleProjectDirectory}/reports/target/site/jacoco-merged/jacoco.xml - https://sonarqube.dev.inrupt.com + https://sonarcloud.io + inrupt solid-client-java ${project.artifactId}