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

This commit is contained in:
SevenOfAces 2025-03-06 04:01:05 +00:00
parent a1a298383e
commit 41a6b16c8f

View file

@ -19,7 +19,7 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting # Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0 fetch-depth: 0
- name: "SonarQube Quality gate" - name: "SonarQube Quality gate"
uses: sonarsource/sonarqube-quality-gate-action@master uses: https://github.com/sonarsource/sonarqube-quality-gate-action@master
with: with:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}