From 5b9667a356f1beda6c260ef236208e3e5850008f Mon Sep 17 00:00:00 2001 From: Geert van Horrik Date: Tue, 11 Feb 2025 12:50:06 +0100 Subject: [PATCH] GitHubSync update --- .github/workflows/build-and-test.yml | 2 +- deployment/cake/tasks.cake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index ccae100..9daac9a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -29,7 +29,7 @@ jobs: - name: Cake Action id: cake-action - uses: cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 #v2.0.0 + uses: cake-build/cake-action@5167c3f6a9e15c76f009de2acdfb9488552bc0b9 #v3.0.0 with: target: BuildAndTest arguments: | diff --git a/deployment/cake/tasks.cake b/deployment/cake/tasks.cake index 4741b53..57e6ee8 100644 --- a/deployment/cake/tasks.cake +++ b/deployment/cake/tasks.cake @@ -25,7 +25,7 @@ #l "templates-tasks.cake" #addin "nuget:?package=Cake.FileHelpers&version=7.0.0" -#addin "nuget:?package=Cake.Sonar&version=1.1.33" +#addin "nuget:?package=Cake.Sonar&version=5.0.0" #addin "nuget:?package=MagicChunks&version=2.0.0.119" #addin "nuget:?package=Newtonsoft.Json&version=13.0.3" @@ -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=9.0.2" +#tool "nuget:?package=dotnet-sonarscanner&version=9.1.0" //------------------------------------------------------------- // BACKWARDS COMPATIBILITY CODE - START