File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
38
38
39
39
- name : Install .NET
40
- uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
40
+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
41
41
with :
42
42
dotnet-version : |
43
43
3.1.x
Original file line number Diff line number Diff line change 40
40
if : ${{ github.event_name == 'pull_request' }}
41
41
42
42
- name : Install .NET
43
- uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
43
+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
44
44
with :
45
45
dotnet-version : |
46
46
3.1.x
Original file line number Diff line number Diff line change 50
50
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
51
51
52
52
- name : Install .NET
53
- uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
53
+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
54
54
with :
55
55
dotnet-version : |
56
56
3.1.x
You can’t perform that action at this time.
0 commit comments