From ee67940f8257735d93bc85a11bb57b2e2449b250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:58:05 +0000 Subject: [PATCH] renovate: Update SonarSource/sonarqube-scan-action action to v8.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 542f8a7..ee0cd3c 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -25,4 +25,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@7006c4492b2e0ee0f816d36501671557c97f5995 # v8.1 \ No newline at end of file + uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2 \ No newline at end of file