From 5f20f87a480eb4d504cf1008640d8e0e494a0e6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:29:02 +0000 Subject: [PATCH] Update SonarSource/sonarqube-scan-action action to v8 --- .github/workflows/any-sonar-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/any-sonar-template.yml b/.github/workflows/any-sonar-template.yml index fbe291c..d2493bf 100644 --- a/.github/workflows/any-sonar-template.yml +++ b/.github/workflows/any-sonar-template.yml @@ -59,6 +59,6 @@ jobs: sonar.objc.file.suffixes=- EOF - name: Run Sonar - uses: SonarSource/sonarqube-scan-action@v7.2 + uses: SonarSource/sonarqube-scan-action@v8.0 env: SONAR_TOKEN: ${{ secrets.sr_token }}