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 }}