Skip to content

Commit

Permalink
.github/workflows/sonar.yml: Use latest version of the scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Oct 19, 2023
1 parent fad35d9 commit 6f6abe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
$dir = '.\.sonar\scanner'
if (!(Test-Path $dir)) { New-Item -Path $dir -ItemType Directory }
# NOTE: Using 5.8.0 when the sonar scan was first added because that is likely the version that was in the cache
dotnet tool update dotnet-sonarscanner --tool-path $dir --version 5.8.0
dotnet tool update dotnet-sonarscanner --tool-path $dir #--version 5.8.0
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand Down

0 comments on commit 6f6abe0

Please sign in to comment.