Skip to content

Commit

Permalink
Added --version 5.15.0 to Sonar - Install SonarCloud scanners
Browse files Browse the repository at this point in the history
  • Loading branch information
rliberoff committed Dec 4, 2023
1 parent b4ebb4a commit 8315f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: dotnet restore --configfile NuGet.config --verbosity Minimal

- name: Sonar - Install SonarCloud scanners
run: dotnet tool install --global dotnet-sonarscanner
run: dotnet tool install --global dotnet-sonarscanner --version 5.15.0

- name: Sonar - Begin Analyze
env:
Expand Down

0 comments on commit 8315f99

Please sign in to comment.