We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef1267 commit d697666Copy full SHA for d697666
.github/workflows/application-health-checker.yml
@@ -37,8 +37,7 @@ jobs:
37
38
# If you wish to not fail your job when the Quality Gate is red, comment out the
39
# following lines.
40
- # Checks the SonarQube Quality Gate status.
41
- - uses: sonarsource/sonarqube-quality-gate-action@master
+ - uses: sonarsource/sonarqube-quality-gate-action@master # Checks the SonarQube Quality Gate status.
42
timeout-minutes: 5
43
env:
44
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments