From 8691face80a8bb6a541168cee7736c156f23eb8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:01:45 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action to v7.1.0 --- .github/workflows/npm_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm_build.yml b/.github/workflows/npm_build.yml index dda5e87..b05e4f0 100644 --- a/.github/workflows/npm_build.yml +++ b/.github/workflows/npm_build.yml @@ -50,7 +50,7 @@ jobs: - name: Analyze with SonarCloud if: ${{ github.actor != 'dependabot[bot]' }} - uses: SonarSource/sonarqube-scan-action@v7.0.0 + uses: SonarSource/sonarqube-scan-action@v7.1.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}