Skip to content

Commit

Permalink
Merge pull request #1943 from qdraw/feature/202402_SonarQubePackageVe…
Browse files Browse the repository at this point in the history
…rsion

SonarQubePackageVersion 9.1.0
  • Loading branch information
qdraw authored Feb 13, 2025
2 parents a370799 + 2546201 commit ca67e7c
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.2",
"version": "9.1.0",
"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.2";
private const string SonarQubePackageVersion = "9.1.0";

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

0 comments on commit ca67e7c

Please sign in to comment.