From cb23c5ff7c35649965d851d076590296480569ec Mon Sep 17 00:00:00 2001 From: Geert van Horrik Date: Mon, 28 Oct 2024 23:51:15 +0100 Subject: [PATCH] GitHubSync update --- .config/dotnet-tools.json | 2 +- .github/workflows/build-and-test.yml | 4 ++-- deployment/cake/tasks.cake | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index da200cd..1f95b27 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "4.0.0", + "version": "4.2.0", "commands": [ "dotnet-cake" ] diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 4ea9aa9..3cd7d3d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -16,14 +16,14 @@ jobs: runs-on: windows-latest # Required for some (WPF) projects steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 id: checkout with: fetch-depth: 0 - name: Setup .NET Core id: setup-dotnet - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0 with: dotnet-version: '8.0.x' diff --git a/deployment/cake/tasks.cake b/deployment/cake/tasks.cake index 89d90d7..33c6ce4 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=9.0.0" +#tool "nuget:?package=dotnet-sonarscanner&version=9.0.1" //------------------------------------------------------------- // BACKWARDS COMPATIBILITY CODE - START