File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
3333
3434 # SonarQube download, config and scanning
3535 - run : echo "Starting SonarQube scan"
36- - run : wget https://sonarsource.bintray. com/Distribution/sonar-scanner-cli/sonar-scanner-cli-3.2 .0.1227 -linux.zip
37- - run : unzip sonar-scanner-cli-3.2 .0.1227 -linux.zip
38- - run : echo "sonar.host.url=https://sonarcloud.io" > sonar-scanner-3.2 .0.1227 -linux/conf/sonar-scanner.properties
36+ - run : wget https://binaries. sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.0 .0.1744 -linux.zip
37+ - run : unzip sonar-scanner-cli-4.0 .0.1744 -linux.zip
38+ - run : echo "sonar.host.url=https://sonarcloud.io" > sonar-scanner-4.0 .0.1744 -linux/conf/sonar-scanner.properties
3939 - run : echo "sonar.login=$sonarqubekey" >> sonar-project.properties
4040 - run : echo "sonar.organization=$sonarorg" >> sonar-project.properties
41- - run : sonar-scanner-3.2 .0.1227 -linux/bin/sonar-scanner
41+ - run : sonar-scanner-4.0 .0.1744 -linux/bin/sonar-scanner
4242 - run : echo "Scan complete, data sent to sonarcloud"
4343
You can’t perform that action at this time.
0 commit comments