From bff0bed763df2b3c1cb774e26a4521e89808b179 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Sun, 14 Dec 2025 15:46:06 +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 f803454..2b2a759 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -35,7 +35,7 @@ jobs: # env: # CI: true - name: SonarQube Scan - uses: github.com/SonarSource/sonarqube-scan-action@v6 + uses: https://github.com/SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}