Update code.
This commit is contained in:
parent
25a10a693c
commit
d32933fb80
1 changed files with 7 additions and 3 deletions
|
@ -17,7 +17,11 @@ 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: sonarsource/sonarqube-scan-action@master
|
||||||
|
env:
|
||||||
|
SONAR_TOKEN: ${{ secrets.SONARQUBE_USER_TOKEN }}
|
||||||
|
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.SONARQUBE_HOST }}
|
args: >
|
||||||
login: ${{ secrets.SONARQUBE_TOKEN }}
|
-Dsonar.projectVersion=1.0.0
|
||||||
|
-Dsonar.projectKey=${{ secrets.SONARQUBE_PROJECT_KEY }}
|
Loading…
Add table
Add a link
Reference in a new issue