Skip to content

Commit 03606dc

Browse files
Update sonar.yaml
1 parent cce119c commit 03606dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: bash
4848
run: |
4949
mkdir -p .sonar/scanner
50-
dotnet tool install dotnet-sonarscanner --tool-path .sonar/scanner --version 10.0.0
50+
dotnet tool install dotnet-sonarscanner --tool-path .sonar/scanner
5151
5252
- name: Restore dependencies
5353
run: dotnet restore
@@ -73,4 +73,4 @@ jobs:
7373
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7474
shell: bash
7575
run: |
76-
.sonar/scanner/dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.verbose=true /d:sonar.scanner.dumpToFile="sonar-dump.properties"
76+
.sonar/scanner/dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)