New change
This commit is contained in:
parent
887283b8af
commit
a1c2578667
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -24,14 +24,5 @@ jobs:
|
|||
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