File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
30
30
- name : Cake Action
31
31
id : cake-action
32
- uses : cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 # v2 .0.0
32
+ uses : cake-build/cake-action@5167c3f6a9e15c76f009de2acdfb9488552bc0b9 # v3 .0.0
33
33
with :
34
34
target : BuildAndTest
35
35
arguments : |
Original file line number Diff line number Diff line change 25
25
#l "templates-tasks.cake"
26
26
27
27
#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 "
29
29
#addin "nuget:?package=MagicChunks&version=2.0.0.119"
30
30
#addin "nuget:?package=Newtonsoft.Json&version=13.0.3"
31
31
36
36
// It probably means the tool is not correctly installed.
37
37
// `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources`
38
38
//#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 "
40
40
41
41
//-------------------------------------------------------------
42
42
// BACKWARDS COMPATIBILITY CODE - START
You can’t perform that action at this time.
0 commit comments