Skip to content

Commit

Permalink
Use latest dotnet-sonarscanner
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-golebiowski committed Oct 11, 2024
1 parent bbaa621 commit e7c5525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
shell: powershell
run: |
New-Item -Path .\.sonar\scanner -ItemType Directory
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
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand Down

0 comments on commit e7c5525

Please sign in to comment.