Skip to content

Commit

Permalink
update sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Nov 13, 2024
1 parent 2db357d commit f0f43e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion starsky/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-sonarscanner": {
"version": "9.0.1",
"version": "9.0.2",
"commands": [
"dotnet-sonarscanner"
],
Expand Down
2 changes: 1 addition & 1 deletion starsky/build/helpers/SonarQube.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static class SonarQube
/// <summary>
/// @see: https://www.nuget.org/packages/dotnet-sonarscanner
/// </summary>
private const string SonarQubePackageVersion = "9.0.1";
private const string SonarQubePackageVersion = "9.0.2";

private const string SonarQubeDotnetSonarScannerApi =
"https://api.nuget.org/v3-flatcontainer/dotnet-sonarscanner/index.json";
Expand Down

0 comments on commit f0f43e4

Please sign in to comment.