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