Skip to content

Commit

Permalink
Merge pull request #896 from WildGums/GitHubSync/20250211-115408
Browse files Browse the repository at this point in the history
GitHubSync update
  • Loading branch information
GeertvanHorrik authored Feb 11, 2025
2 parents 5aac3df + 39cb3fb commit d6424a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions deployment/cake/tasks.cake
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
Expand Down

0 comments on commit d6424a6

Please sign in to comment.