File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"cake.tool" : {
6
- "version" : " 4.0 .0" ,
6
+ "version" : " 4.2 .0" ,
7
7
"commands" : [
8
8
" dotnet-cake"
9
9
]
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
16
16
runs-on : windows-latest # Required for some (WPF) projects
17
17
18
18
steps :
19
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
id : checkout
21
21
with :
22
22
fetch-depth : 0
23
23
24
24
- name : Setup .NET Core
25
25
id : setup-dotnet
26
- uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
26
+ uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
27
27
with :
28
28
dotnet-version : ' 8.0.x'
29
29
Original file line number Diff line number Diff line change 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 .0 "
39
+ #tool "nuget: ? package = dotnet - sonarscanner & version = 9.0 .1 "
40
40
41
41
//-------------------------------------------------------------
42
42
// BACKWARDS COMPATIBILITY CODE - START
You can’t perform that action at this time.
0 commit comments