Skip to content

Commit a4b7b23

Browse files
Merge pull request #766 from WildGums/GitHubSync/20250211-114540
GitHubSync update
2 parents 6e06f6a + 26f9859 commit a4b7b23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Cake Action
3131
id: cake-action
32-
uses: cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 #v2.0.0
32+
uses: cake-build/cake-action@5167c3f6a9e15c76f009de2acdfb9488552bc0b9 #v3.0.0
3333
with:
3434
target: BuildAndTest
3535
arguments: |

deployment/cake/tasks.cake

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#l "templates-tasks.cake"
2626

2727
#addin "nuget:?package=Cake.FileHelpers&version=7.0.0"
28-
#addin "nuget:?package=Cake.Sonar&version=1.1.33"
28+
#addin "nuget:?package=Cake.Sonar&version=5.0.0"
2929
#addin "nuget:?package=MagicChunks&version=2.0.0.119"
3030
#addin "nuget:?package=Newtonsoft.Json&version=13.0.3"
3131

@@ -36,7 +36,7 @@
3636
// It probably means the tool is not correctly installed.
3737
// `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources`
3838
//#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0"
39-
#tool "nuget:?package=dotnet-sonarscanner&version=9.0.2"
39+
#tool "nuget:?package=dotnet-sonarscanner&version=9.1.0"
4040

4141
//-------------------------------------------------------------
4242
// BACKWARDS COMPATIBILITY CODE - START

0 commit comments

Comments
 (0)