diff --git a/.github/workflows/cd-config.yml b/.github/workflows/cd-config.yml
index f817a69e8b5..46b987c86e0 100644
--- a/.github/workflows/cd-config.yml
+++ b/.github/workflows/cd-config.yml
@@ -54,5 +54,5 @@ 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 }}
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 93e0c8e8c49..a77b031e11c 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}