From 67c4d74a496d4840c3297695feddc5000da8e777 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:32:59 +0000 Subject: [PATCH] chore(actions): update sonarsource/sonarqube-scan-action action to v6 [security] --- .github/workflows/sonarqube.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarqube.yaml b/.github/workflows/sonarqube.yaml index a2edbdb83..2cd732c64 100644 --- a/.github/workflows/sonarqube.yaml +++ b/.github/workflows/sonarqube.yaml @@ -25,7 +25,7 @@ jobs: echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@v5.0.0 + uses: sonarsource/sonarqube-scan-action@v6.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}