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

This commit is contained in:
SevenOfAces 2025-03-06 03:59:45 +00:00
parent 838c8a5336
commit a1a298383e

View file

@ -18,9 +18,8 @@ jobs:
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: https://github.com/kitabisa/sonarqube-action@v1.2.0
- name: "SonarQube Quality gate"
uses: sonarsource/sonarqube-quality-gate-action@master
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}
projectKey: ${{ secrets.SONARQUBE_PROJECT_KEY }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}