Update .gitea/workflows/sonar.yml
Some checks failed
CI / sonar (push) Failing after 10s

This commit is contained in:
2026-04-06 13:09:42 +00:00
parent 3eab945376
commit 84474bec29

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Run SonarQube Scan
uses: Rajendra.Reddy/wdipl-actions/actions/sonar@main
uses: http://git.wdipl.com/Rajendra.Reddy/wdipl-actions/actions/sonar@main
with:
sonar_host_url: ${{ secrets.SONARQUBE_HOST }}
sonar_token: ${{ secrets.SONARQUBE_TOKEN }}