Update .forgejo/workflows/sonar.yml
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m34s

This commit is contained in:
SevenOfAces 2025-03-06 04:03:20 +00:00
parent 4ec7cb8f15
commit 2585cfcf5a

View file

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