We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31faaf5 commit 1437ffcCopy full SHA for 1437ffc
.github/workflows/pr-checks.yml
@@ -56,13 +56,11 @@ jobs:
56
name: build-artifacts
57
path: dist
58
59
- # Triggering SonarQube analysis as results of it are required by Quality Gate check.
60
- name: SonarQube Scan
61
uses: sonarsource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 #v7.0.0
62
env:
63
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
64
65
- # Check the Quality Gate status.
66
- name: SonarQube Quality Gate check
67
id: sonarqube-quality-gate-check
68
uses: sonarsource/sonarqube-quality-gate-action@cf038b0e0cdecfa9e56c198bbb7d21d751d62c3b #v1.2.0
0 commit comments