From 40870c63a1f976bd5c1bfe28687b08f1630e948c Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Sun, 14 Dec 2025 15:43:39 +0100 Subject: [PATCH] Sonar --- .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 b4468e5..f803454 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -35,7 +35,7 @@ jobs: # env: # CI: true - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v6 + uses: github.com/SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}