From 995da10e4a938877b715417ff5c418a130c2c172 Mon Sep 17 00:00:00 2001 From: Renovate-Clanker Date: Sat, 13 Jun 2026 17:14:02 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action to v8 --- .gitea/workflows/sonarqube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sonarqube.yml b/.gitea/workflows/sonarqube.yml index 382350e..f8ca27f 100644 --- a/.gitea/workflows/sonarqube.yml +++ b/.gitea/workflows/sonarqube.yml @@ -43,7 +43,7 @@ jobs: --output.checkstyle.path=golangci-lint-report.xml - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v7.2.1 + uses: SonarSource/sonarqube-scan-action@v8.2.0 env: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}