From 8948b672737032e28b11aacd8e2d3de06c602556 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Mon, 17 Feb 2025 10:59:08 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action to v5 --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 9e1f898..d91c9d1 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -23,7 +23,7 @@ jobs: no-fail: true - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v4.2.1 + uses: SonarSource/sonarqube-scan-action@v5.0.0 env: SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} -- 2.47.2