Skip to content

Commit e7c5525

Browse files
Use latest dotnet-sonarscanner
1 parent bbaa621 commit e7c5525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: powershell
3737
run: |
3838
New-Item -Path .\.sonar\scanner -ItemType Directory
39-
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner --version 5.2.0
39+
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner --version 9.0.0
4040
- name: Build and analyze
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any

0 commit comments

Comments
 (0)