From 100860ab28b54eb70a3d938bba9c8b2c682bbceb Mon Sep 17 00:00:00 2001 From: Renovate-Clanker Date: Tue, 16 Jun 2026 19:11:39 +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 }}