We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5f28d commit 3c44d1bCopy full SHA for 3c44d1b
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/[email protected]
+ uses: sonarsource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 #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@cf038b0e0cdecfa9e56c198bbb7d21d751d62c3b #v1.2.0
67
with:
68
pollingTimeoutSec: 600
69
0 commit comments