We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49385b commit 40b5a5eCopy full SHA for 40b5a5e
1 file changed
.github/workflows/run-test.yaml
@@ -83,6 +83,6 @@ jobs:
83
with:
84
fetch-depth: 0
85
- name: SonarCloud Scan
86
- uses: SonarSource/sonarqube-scan-action@${{ secrets.SONAR_SCAN_ACTION_VER }}
+ uses: SonarSource/sonarqube-scan-action@v5.3.1
87
env:
88
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments