From ed86f41edaa2a8d22ca5b2414dfcebcc8a9927bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa=20Jim=C3=A9nez?= Date: Wed, 28 Feb 2024 09:22:08 +0100 Subject: [PATCH 1/6] Update SonarCloud CLI version --- lib/travis/build/rake_tasks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/travis/build/rake_tasks.rb b/lib/travis/build/rake_tasks.rb index 291da0774b..73030cd993 100644 --- a/lib/travis/build/rake_tasks.rb +++ b/lib/travis/build/rake_tasks.rb @@ -313,7 +313,7 @@ def file_update_ghc_versions dest.chmod(0o644) end - def file_update_sonar_scanner(version: ENV['TRAVIS_BUILD_SONAR_CLOUD_CLI_VERSION'] || '4.7.0.2747') + def file_update_sonar_scanner(version: ENV['TRAVIS_BUILD_SONAR_CLOUD_CLI_VERSION'] || '5.0.1.3006') conn = build_faraday_conn(host: 'repo1.maven.org') response = conn.get("/maven2/org/sonarsource/scanner/cli/sonar-scanner-cli/#{version}/sonar-scanner-cli-#{version}.zip") raise 'Could not fetch SonarCloud scanner CLI archive' unless response.success? From 6d24f0bdd6e9d105c84cdfe6fc0f0a5929cc3854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa=20Jim=C3=A9nez?= Date: Wed, 28 Feb 2024 09:48:39 +0100 Subject: [PATCH 2/6] Fix ghc.json --- public/version-aliases/ghc.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/public/version-aliases/ghc.json b/public/version-aliases/ghc.json index cb0d6426cf..8f8f46d483 100644 --- a/public/version-aliases/ghc.json +++ b/public/version-aliases/ghc.json @@ -166,9 +166,9 @@ "9.0.1-alpha1": "9.0.1-alpha1", "9.0": "9.0.2", "9.0.1": "9.0.1", - "9": "9.8.1", - "9.x": "9.8.1", - "9.x.x": "9.8.1", + "9": "9.8.2", + "9.x": "9.8.2", + "9.x.x": "9.8.2", "9.0.x": "9.0.2", "9.0.2": "9.0.2", "9.2.1-alpha1": "9.2.1-alpha1", @@ -210,8 +210,8 @@ "9.6.3": "9.6.3", "9.6.4": "9.6.4", "9.8.0.20230727": "9.8.0.20230727", - "9.8.x": "9.8.1", - "9.8": "9.8.1", + "9.8.x": "9.8.2", + "9.8": "9.8.2", "9.8.0.20230809": "9.8.0.20230809", "9.8.0.20230822": "9.8.0.20230822", "9.8.0.20230919": "9.8.0.20230919", @@ -220,5 +220,6 @@ "9.8.1-alpha2": "9.8.1-alpha2", "9.8.1-alpha3": "9.8.1-alpha3", "9.8.1-alpha4": "9.8.1-alpha4", - "9.8.1": "9.8.1" + "9.8.1": "9.8.2", + "9.8.2": "9.8.2" } \ No newline at end of file From 77cd941422f0be14d63f67e4114857635c523682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa=20Jim=C3=A9nez?= Date: Wed, 28 Feb 2024 11:05:16 +0100 Subject: [PATCH 3/6] Update ghc.json --- public/version-aliases/ghc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/version-aliases/ghc.json b/public/version-aliases/ghc.json index 8f8f46d483..9913de5283 100644 --- a/public/version-aliases/ghc.json +++ b/public/version-aliases/ghc.json @@ -220,6 +220,6 @@ "9.8.1-alpha2": "9.8.1-alpha2", "9.8.1-alpha3": "9.8.1-alpha3", "9.8.1-alpha4": "9.8.1-alpha4", - "9.8.1": "9.8.2", + "9.8.1": "9.8.1", "9.8.2": "9.8.2" -} \ No newline at end of file +} From 4948f59d2f034f17e7a04a0190294d11948743a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa=20Jim=C3=A9nez?= Date: Wed, 28 Feb 2024 11:30:30 +0100 Subject: [PATCH 4/6] Update ghc.json From 0ec75d07d413247aa04c7a0963e52dba67446938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa=20Jim=C3=A9nez?= Date: Wed, 28 Feb 2024 15:04:30 +0100 Subject: [PATCH 5/6] Update ghc.json From 9f2d7acddeb197dcb780913462528d5923e167a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa=20Jim=C3=A9nez?= Date: Wed, 28 Feb 2024 15:05:34 +0100 Subject: [PATCH 6/6] Fix file --- public/version-aliases/ghc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/version-aliases/ghc.json b/public/version-aliases/ghc.json index 9913de5283..8ddc55aeaf 100644 --- a/public/version-aliases/ghc.json +++ b/public/version-aliases/ghc.json @@ -222,4 +222,4 @@ "9.8.1-alpha4": "9.8.1-alpha4", "9.8.1": "9.8.1", "9.8.2": "9.8.2" -} +} \ No newline at end of file