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