Update .forgejo/workflows/sonar.yml
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 25s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 25s
This commit is contained in:
parent
cadbda5283
commit
1a45f965e3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
# Disabling shallow clone is recommended for improving relevancy of reporting
|
# Disabling shallow clone is recommended for improving relevancy of reporting
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: SonarQube Scan
|
- name: SonarQube Scan
|
||||||
uses: kitabisa/sonarqube-action@v1.2.0
|
uses: https://github.com/kitabisa/sonarqube-action@v1.2.0
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.SONARQUBE_HOST }}
|
host: ${{ secrets.SONARQUBE_HOST }}
|
||||||
login: ${{ secrets.SONARQUBE_TOKEN }}
|
login: ${{ secrets.SONARQUBE_TOKEN }}
|
Loading…
Add table
Reference in a new issue