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:
33
33
34
34
# SonarQube download, config and scanning
35
35
- 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
39
39
- run : echo "sonar.login=$sonarqubekey" >> sonar-project.properties
40
40
- 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
42
42
- run : echo "Scan complete, data sent to sonarcloud"
43
43
You can’t perform that action at this time.
0 commit comments