We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f9f31 commit 3d5f28dCopy full SHA for 3d5f28d
1 file changed
.github/workflows/pr-checks.yml
@@ -56,14 +56,14 @@ jobs:
56
57
# Triggering SonarQube analysis as results of it are required by Quality Gate check.
58
- name: SonarQube Scan
59
- uses: sonarsource/sonarqube-scan-action@master
+ uses: sonarsource/sonarqube-scan-action@v7.0.0
60
env:
61
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
62
63
# Check the Quality Gate status.
64
- name: SonarQube Quality Gate check
65
id: sonarqube-quality-gate-check
66
- uses: sonarsource/sonarqube-quality-gate-action@master
+ uses: sonarsource/sonarqube-quality-gate-action@v1.2.0
67
with:
68
pollingTimeoutSec: 600
69
0 commit comments