Update .github/workflows/sonar.yml
All checks were successful
Sonar / SonarQube (push) Successful in 9m37s
All checks were successful
Sonar / SonarQube (push) Successful in 9m37s
This commit is contained in:
parent
fc45e0f98a
commit
0428fce5b9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/sonar.yml
vendored
8
.github/workflows/sonar.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: SonarQube Scan
|
#- name: SonarQube Scan
|
||||||
uses: SonarSource/sonarqube-scan-action@v6
|
# uses: SonarSource/sonarqube-scan-action@v6
|
||||||
env:
|
# env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue