File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments