Update .forgejo/workflows/sonar.yml
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 9s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 9s
This commit is contained in:
parent
52404700f0
commit
4ec7cb8f15
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ jobs:
|
|||
with:
|
||||
# Disabling shallow clone is recommended for improving relevancy of reporting
|
||||
fetch-depth: 0
|
||||
- name: "SonarQube Quality gate"
|
||||
uses: https://github.com/sonarsource/sonarqube-quality-gate-action@master
|
||||
- name: SonarQube Scan
|
||||
uses: https://github.comsonarsource/sonarqube-scan-action@master
|
||||
env:
|
||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
||||
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
Loading…
Add table
Reference in a new issue