Skip to content

Commit 3c44d1b

Browse files
committed
[NRL-1922] Fix pr-checks workflow issues
1 parent 3d5f28d commit 3c44d1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656

5757
# Triggering SonarQube analysis as results of it are required by Quality Gate check.
5858
- name: SonarQube Scan
59-
uses: sonarsource/[email protected]
59+
uses: sonarsource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 #v7.0.0
6060
env:
6161
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6262

6363
# Check the Quality Gate status.
6464
- name: SonarQube Quality Gate check
6565
id: sonarqube-quality-gate-check
66-
uses: sonarsource/[email protected]
66+
uses: sonarsource/sonarqube-quality-gate-action@cf038b0e0cdecfa9e56c198bbb7d21d751d62c3b #v1.2.0
6767
with:
6868
pollingTimeoutSec: 600
6969
env:

0 commit comments

Comments
 (0)