From 297eeca2f668249d5da6e1d4a785d7986735c462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 18:13:31 +0000 Subject: [PATCH] renovate: Update SonarSource/sonarqube-scan-action action to v7.2.1 --- .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 7ea2fcc..35ae314 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -38,4 +38,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@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0 \ No newline at end of file + uses: SonarSource/sonarqube-scan-action@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 # v7.2.1 \ No newline at end of file