diff --git a/.forgejo/workflows/sonar.yml b/.forgejo/workflows/sonar.yml index 934259f..f80f888 100644 --- a/.forgejo/workflows/sonar.yml +++ b/.forgejo/workflows/sonar.yml @@ -19,7 +19,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - name: SonarQube Scan - uses: https://github.comsonarsource/sonarqube-scan-action@master + uses: https://github.com/sonarsource/sonarqube-scan-action@master env: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} \ No newline at end of file