From 246cc699a08e6d08fedc7272c116102c11a05d7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:52:24 +0000 Subject: [PATCH] Update SonarSource/sonarqube-scan-action action to v7.2 --- .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 64626a6f..fbe291cc 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.1.0 + uses: SonarSource/sonarqube-scan-action@v7.2 env: SONAR_TOKEN: ${{ secrets.sr_token }}