From 1ceaff2d674c70031e249f861857fd93e43976b3 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 4 Apr 2024 20:14:07 +0200 Subject: [PATCH] Update sonarsource/sonarqube-scan-action action to v2.0.2 --- .gitea/workflows/check_code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/check_code.yml b/.gitea/workflows/check_code.yml index 9d2600f..0ff05e5 100644 --- a/.gitea/workflows/check_code.yml +++ b/.gitea/workflows/check_code.yml @@ -37,7 +37,7 @@ jobs: run: hatch run default:cov - name: run sonar-scanner - uses: sonarsource/sonarqube-scan-action@v2.0.1 + uses: sonarsource/sonarqube-scan-action@v2.0.2 env: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} -- 2.45.2