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

This commit is contained in:
SevenOfAces 2025-03-06 04:01:48 +00:00
parent 41a6b16c8f
commit 52404700f0

View file

@ -20,6 +20,6 @@ jobs:
fetch-depth: 0
- name: "SonarQube Quality gate"
uses: https://github.com/sonarsource/sonarqube-quality-gate-action@master
with:
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}