Update .forgejo/workflows/sonar.yml
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m30s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m30s
This commit is contained in:
parent
2585cfcf5a
commit
a7e933ca95
1 changed files with 2 additions and 0 deletions
|
@ -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 }}
|
Loading…
Add table
Reference in a new issue