Skip to content

Commit

Permalink
Revert to version 5.15.0 in 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 a991955 commit e8f0b3e
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 --version 6.0.0
run: dotnet tool install --global dotnet-sonarscanner --version 5.15.0

- name: Sonar - Begin Analyze
env:
Expand Down

0 comments on commit e8f0b3e

Please sign in to comment.