From d069efd0b6edd12cc084ec81b5265126d317cd08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:43:04 +0000 Subject: [PATCH] Update SonarSource/sonarqube-scan-action action to v8.1 --- .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 d2493bf..df4cbf0 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@v8.0 + uses: SonarSource/sonarqube-scan-action@v8.1 env: SONAR_TOKEN: ${{ secrets.sr_token }}