From 484a88716a1c553e7672fa4385d843de4d167c34 Mon Sep 17 00:00:00 2001 From: Geert van Horrik Date: Wed, 5 Mar 2025 15:58:24 +0100 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 ecdfb5b..e87105c 100644 --- a/deployment/cake/tasks.cake +++ b/deployment/cake/tasks.cake @@ -35,7 +35,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=9.1.0" +#tool "nuget:?package=dotnet-sonarscanner&version=9.2.1" //------------------------------------------------------------- // BACKWARDS COMPATIBILITY CODE - START