35
35
permissions :
36
36
contents : read
37
37
steps :
38
+ - name : Tune GitHub-hosted runner network
39
+ uses : smorimoto/tune-github-hosted-runner-network@v1
38
40
- name : Setup .NET
39
41
uses : actions/setup-dotnet@v4
40
42
with :
@@ -150,6 +152,8 @@ jobs:
150
152
permissions :
151
153
contents : read
152
154
steps :
155
+ - name : Tune GitHub-hosted runner network
156
+ uses : smorimoto/tune-github-hosted-runner-network@v1
153
157
- name : Setup .NET
154
158
uses : actions/setup-dotnet@v4
155
159
with :
@@ -166,7 +170,7 @@ jobs:
166
170
run : |
167
171
$inspectCodeOutputPath = Join-Path $env:RUNNER_TEMP 'jetbrains-inspectcode-results.xml'
168
172
Write-Output "INSPECT_CODE_OUTPUT_PATH=$inspectCodeOutputPath" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
169
- dotnet jb inspectcode JsonApiDotNetCore.MongoDb.sln --build --dotnetcoresdk=$(dotnet --version) --output="$inspectCodeOutputPath" --profile=WarningSeverities.DotSettings --properties:Configuration=Release --properties:ContinuousIntegrationBuild=false --severity=WARNING --verbosity=WARN -dsl=GlobalAll -dsl=GlobalPerProduct -dsl=SolutionPersonal -dsl=ProjectPersonal
173
+ dotnet jb inspectcode JsonApiDotNetCore.MongoDb.sln --build --dotnetcoresdk=$(dotnet --version) --output="$inspectCodeOutputPath" --format="xml" -- profile=WarningSeverities.DotSettings --properties:Configuration=Release --properties:ContinuousIntegrationBuild=false --properties:RunAnalyzers =false --severity=WARNING --verbosity=WARN -dsl=GlobalAll -dsl=GlobalPerProduct -dsl=SolutionPersonal -dsl=ProjectPersonal
170
174
- name : Verify outcome
171
175
shell : pwsh
172
176
run : |
@@ -203,6 +207,8 @@ jobs:
203
207
permissions :
204
208
contents : read
205
209
steps :
210
+ - name : Tune GitHub-hosted runner network
211
+ uses : smorimoto/tune-github-hosted-runner-network@v1
206
212
- name : Setup .NET
207
213
uses : actions/setup-dotnet@v4
208
214
with :
@@ -246,6 +252,8 @@ jobs:
246
252
packages : write
247
253
contents : write
248
254
steps :
255
+ - name : Tune GitHub-hosted runner network
256
+ uses : smorimoto/tune-github-hosted-runner-network@v1
249
257
- name : Download artifacts
250
258
uses : actions/download-artifact@v4
251
259
- name : Publish to GitHub Packages
0 commit comments