From 53f71878e6af299432fcb650d797ca2203eb6541 Mon Sep 17 00:00:00 2001 From: Ernest Pough Date: Thu, 5 Jun 2025 12:33:43 -0400 Subject: [PATCH] ESS-6702: Apply SonarCloud migration to 1.2 branch --- .github/workflows/cd-config.yml | 2 +- .github/workflows/ci-config.yml | 2 +- pom.xml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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}