From f703f3365798288ef0108ad7103c6b09a58e28ec Mon Sep 17 00:00:00 2001 From: Geert van Horrik Date: Thu, 17 Jul 2025 07:29:52 -0700 Subject: [PATCH] GitHubSync update --- deployment/cake/tasks.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/cake/tasks.cake b/deployment/cake/tasks.cake index 5a10af9..da9bbaf 100644 --- a/deployment/cake/tasks.cake +++ b/deployment/cake/tasks.cake @@ -36,7 +36,7 @@ // It probably means the tool is not correctly installed. // `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources` //#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0" -#tool "nuget:?package=dotnet-sonarscanner&version=10.2.0" +#tool "nuget:?package=dotnet-sonarscanner&version=10.3.0" //------------------------------------------------------------- // BACKWARDS COMPATIBILITY CODE - START