File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
24
24
dotnet-version : 8.0.x
25
25
26
26
- name : Install GitVersion
27
- uses : gittools/actions/gitversion/setup@v3.0.0
27
+ uses : gittools/actions/gitversion/setup@v3.1.1
28
28
with :
29
- versionSpec : ' 6.x '
29
+ versionSpec : ' 6.0.5 '
30
30
31
31
- name : Determine Version
32
32
id : gitversion
33
- uses : gittools/actions/gitversion/execute@v3.0.0
33
+ uses : gittools/actions/gitversion/execute@v3.1.1
34
34
with :
35
35
useConfigFile : true
36
36
@@ -81,13 +81,13 @@ jobs:
81
81
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
82
82
83
83
- name : Install GitVersion
84
- uses : gittools/actions/gitversion/setup@v3.0.0
84
+ uses : gittools/actions/gitversion/setup@v3.1.1
85
85
with :
86
- versionSpec : ' 6.x '
86
+ versionSpec : ' 6.0.5 '
87
87
88
88
- name : Determine Version
89
89
id : gitversion
90
- uses : gittools/actions/gitversion/execute@v3.0.0
90
+ uses : gittools/actions/gitversion/execute@v3.1.1
91
91
with :
92
92
useConfigFile : true
93
93
@@ -101,4 +101,4 @@ jobs:
101
101
dotnet restore "${{ env.solution-path }}"
102
102
dotnet build "${{ env.solution-path }}" --no-restore --configuration Release -p:version=${{ steps.gitversion.outputs.majorMinorPatch }}
103
103
dotnet test "${{ env.solution-path }}" --no-build --configuration Release --collect "XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover --logger "trx;LogFileName=unittests.trx"
104
- .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
104
+ .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
dotnet-version : 8.0.x
24
24
25
25
- name : Install GitVersion
26
- uses : gittools/actions/gitversion/setup@v3.0.0
26
+ uses : gittools/actions/gitversion/setup@v3.1.1
27
27
with :
28
- versionSpec : ' 6.x '
28
+ versionSpec : ' 6.0.5 '
29
29
30
30
- name : Determine Version
31
31
id : gitversion
32
- uses : gittools/actions/gitversion/execute@v3.0.0
32
+ uses : gittools/actions/gitversion/execute@v3.1.1
33
33
with :
34
34
useConfigFile : true
35
35
You can’t perform that action at this time.
0 commit comments