File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ def runVersion(sourceDir, ver) {
1818 // TODO: Add CS Fixer Execution somewhere in CI.sh during the 8.2 extras.
1919 if (ver == 8.1) {
2020 sonarExec = "cd /root/ && \
21- wget -q https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.8.0.2856 -linux.zip && \
22- unzip -q sonar-scanner-cli-4.8.0.2856 -linux.zip && \
21+ wget -q https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.8.1.3023 -linux.zip && \
22+ unzip -q sonar-scanner-cli-4.8.1.3023 -linux.zip && \
2323 cd /php-source && \
24- /root/sonar-scanner-4.8.0.2856 -linux/bin/sonar-scanner ${mySonarOpts}"
24+ /root/sonar-scanner-4.8.1.3023 -linux/bin/sonar-scanner ${mySonarOpts}"
2525 } else {
2626 sonarExec = "echo Skipping Sonar for this version."
2727 }
You can’t perform that action at this time.
0 commit comments