diff --git a/sonar-build-wrapper-win.json b/sonar-build-wrapper-win.json index 6a05234..c49a9c6 100644 --- a/sonar-build-wrapper-win.json +++ b/sonar-build-wrapper-win.json @@ -1,7 +1,5 @@ { "version": "latest", "url": " https://sonarqube.com/static/cpp/build-wrapper-win-x86.zip", - "bin": [ - "build-wrapper-win-x86/build-wrapper-win-x86-64.exe" - ] + "bin": "build-wrapper-win-x86/build-wrapper-win-x86-64.exe" } diff --git a/sonar-scanner-msbuild.json b/sonar-scanner-msbuild.json index c9ce8f0..7fb2cd0 100644 --- a/sonar-scanner-msbuild.json +++ b/sonar-scanner-msbuild.json @@ -5,12 +5,12 @@ "autoupdate": { "url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/$version/sonar-scanner-msbuild-$version-net46.zip" }, - "version": "4.7.1.2311", - "url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.7.1.2311/sonar-scanner-msbuild-4.7.1.2311-net46.zip", + "version": "4.8.0.12008", + "url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.8.0.12008/sonar-scanner-msbuild-4.8.0.12008-net46.zip", "bin": [ "MSBuild.SonarQube.Runner.exe", "SonarQube.Scanner.MSBuild.exe", "SonarScanner.MSBuild.exe" ], - "hash": "038d246f9a7371e174fa3154c0844329fd5e66bfe83070e5cd0fd62230c0b3bc" + "hash": "da1d1e154368feacd02fa462949e2edb995625b04b766ffda03513578b39722b" }