Skip to content

Commit 224fad7

Browse files
committed
typo in update sonar call commit
1 parent 30fb909 commit 224fad7

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/Shared-Deploy-Snapshot-Components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: inputs.run_sonarqube
9090
run: |
9191
cd ${{ github.event.repository.name }}
92-
mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar:5.5.0.6356 -Dsonar.organization=riseclipse \
92+
mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:5.5.0.6356:sonar -Dsonar.organization=riseclipse \
9393
-Dsonar.host.url=http://sonarcloud.io -Dsonar.token=${{ secrets.SONAR_TOKEN }} \
9494
-Dsonar.projectKey=riseclipse_${{ github.event.repository.name }}
9595
env:

.github/workflows/Shared-Deploy-Snapshot-Tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102
- name: Run analysis with Sonarqube
103103
run: |
104104
cd ${{ github.event.repository.name }}
105-
mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=riseclipse \
106-
-Dsonar.host.url=http://sonarcloud.io -Dsonar.login=${{ secrets.SONAR_TOKEN }} \
105+
mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:5.5.0.6356:sonar -Dsonar.organization=riseclipse \
106+
-Dsonar.host.url=http://sonarcloud.io -Dsonar.token=${{ secrets.SONAR_TOKEN }} \
107107
-Dsonar.projectKey=riseclipse_${{ github.event.repository.name }}
108108
env:
109109
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/Shared-Verify-Components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: inputs.run_sonarqube
6363
run: |
6464
cd ${{ github.event.repository.name }}
65-
mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=riseclipse \
65+
mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:5.5.0.6356:sonar -Dsonar.organization=riseclipse \
6666
-Dsonar.host.url=http://sonarcloud.io -Dsonar.token=${{ secrets.SONAR_TOKEN }} \
6767
-Dsonar.projectKey=riseclipse_${{ github.event.repository.name }}
6868
env:

.github/workflows/Shared-Verify-Tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
- name: Run analysis with Sonarqube
8686
run: |
8787
cd ${{ github.event.repository.name }}
88-
mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=riseclipse \
89-
-Dsonar.host.url=http://sonarcloud.io -Dsonar.login=${{ secrets.SONAR_TOKEN }} \
88+
mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:5.5.0.6356:sonar -Dsonar.organization=riseclipse \
89+
-Dsonar.host.url=http://sonarcloud.io -Dsonar.token=${{ secrets.SONAR_TOKEN }} \
9090
-Dsonar.projectKey=riseclipse_${{ github.event.repository.name }}
9191
env:
9292
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)