diff --git a/.forgejo/workflows/sonar.yml b/.forgejo/workflows/sonar.yml index 30175c3..24fabaa 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 Quality gate" - uses: sonarsource/sonarqube-quality-gate-action@master + uses: https://github.com/sonarsource/sonarqube-quality-gate-action@master with: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} \ No newline at end of file