We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f361bed commit fb751c9Copy full SHA for fb751c9
lib/travis/build/rake_tasks.rb
@@ -330,7 +330,7 @@ def file_update_ghc_versions
330
dest.chmod(0o644)
331
end
332
333
- def file_update_sonar_scanner(version: ENV['TRAVIS_BUILD_SONAR_CLOUD_CLI_VERSION'] || '3.0.3.778')
+ def file_update_sonar_scanner(version: ENV['TRAVIS_BUILD_SONAR_CLOUD_CLI_VERSION'] || '4.7.0.2747')
334
conn = build_faraday_conn(host: 'repo1.maven.org')
335
response = conn.get("/maven2/org/sonarsource/scanner/cli/sonar-scanner-cli/#{version}/sonar-scanner-cli-#{version}.zip")
336
raise 'Could not fetch SonarCloud scanner CLI archive' unless response.success?
0 commit comments