From 93d3c881fd2190b681281fbaa46380cd0358dbb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 14:50:44 +0000 Subject: [PATCH] renovate: Update SonarSource/sonarqube-scan-action action to v7.2 --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 817e2f2..3d28c31 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -43,4 +43,4 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} if: github.event.pull_request.head.repo.full_name == github.repository || env.SONAR_TOKEN != '' - uses: SonarSource/sonarqube-scan-action@v7.1 \ No newline at end of file + uses: SonarSource/sonarqube-scan-action@v7.2 \ No newline at end of file