Skip to content

Commit 5e844ef

Browse files
Merge pull request #2022 from travis-ci/me-upgrade-sonarscanner
Upgrade SonarScanner version
2 parents 0b34177 + b2c5177 commit 5e844ef

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

lib/travis/build/rake_tasks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def file_update_ghc_versions
330330
dest.chmod(0o644)
331331
end
332332

333-
def file_update_sonar_scanner(version: ENV['TRAVIS_BUILD_SONAR_CLOUD_CLI_VERSION'] || '3.0.3.778')
333+
def file_update_sonar_scanner(version: ENV['TRAVIS_BUILD_SONAR_CLOUD_CLI_VERSION'] || '4.7.0.2747')
334334
conn = build_faraday_conn(host: 'repo1.maven.org')
335335
response = conn.get("/maven2/org/sonarsource/scanner/cli/sonar-scanner-cli/#{version}/sonar-scanner-cli-#{version}.zip")
336336
raise 'Could not fetch SonarCloud scanner CLI archive' unless response.success?

public/version-aliases/ghc.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@
172172
"9.0.x": "9.0.2",
173173
"9.0.2": "9.0.2",
174174
"9.2.1-alpha1": "9.2.1-alpha1",
175-
"9.2": "9.2.2",
176-
"9.2.1-alpha2": "9.2.1-alpha2",
177-
"9.2.1": "9.2.1",
178-
"9.2.x": "9.2.2",
179-
"9.2.2": "9.2.2"
175+
"9.2": "9.2.1-alpha2",
176+
"9.2.1-alpha2": "9.2.1-alpha2"
180177
}

0 commit comments

Comments
 (0)