New change
This commit is contained in:
parent
762193c3d9
commit
887283b8af
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
|
@ -19,4 +19,19 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
- name: SonarCloud Quality Gate
|
||||
uses: SonarSource/sonarqube-quality-gate-action@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
- name: SonarCloud Scan
|
||||
uses: SonarSource/sonarcloud-github-action@test
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
- name: SonarCloud Quality Gate
|
||||
uses: SonarSource/sonarqube-quality-gate-action@test
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user