We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaa621 commit e7c5525Copy full SHA for e7c5525
.github/workflows/test-windows.yml
@@ -36,7 +36,7 @@ jobs:
36
shell: powershell
37
run: |
38
New-Item -Path .\.sonar\scanner -ItemType Directory
39
- dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner --version 5.2.0
+ dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner --version 9.0.0
40
- name: Build and analyze
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
0 commit comments