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

This commit is contained in:
SevenOfAces 2025-03-06 04:10:49 +00:00
parent 2585cfcf5a
commit a7e933ca95

View file

@ -20,6 +20,8 @@ jobs:
fetch-depth: 0
- name: SonarQube Scan
uses: https://github.com/sonarsource/sonarqube-scan-action@master
with:
pollingTimeoutSec: 600
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}