From a15820c196f6186aadd5df1cc91178fe2ec38fd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:10:20 +0000 Subject: [PATCH] chore(deps): update highbyte/sonarscan-dotnet action to v2.5.1 --- .github/workflows/analysis-sonarqube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis-sonarqube.yml b/.github/workflows/analysis-sonarqube.yml index 094b21e..3a04870 100644 --- a/.github/workflows/analysis-sonarqube.yml +++ b/.github/workflows/analysis-sonarqube.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.7.0 - name: SonarScanner for .NET Core with pull request decoration support - uses: highbyte/sonarscan-dotnet@2.0 + uses: highbyte/sonarscan-dotnet@v2.5.1 with: sonarProjectKey: Wndrr_DeepK8s sonarProjectName: DeepK8s