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 6014b14 commit edd3ce8Copy full SHA for edd3ce8
.github/workflows/rw_sonarqube_scan.yaml
@@ -52,7 +52,7 @@ jobs:
52
path: ${{ inputs.download_path }}
53
54
- name: SonarCloud Scan
55
- uses: SonarSource/sonarqube-scan-action@master
+ uses: SonarSource/sonarqube-scan-action@v4.2.1
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
58
SONAR_TOKEN: ${{ secrets.sonar_token }}
0 commit comments