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 c3ce66c commit 898d3b8Copy full SHA for 898d3b8
.github/workflows/sonarqube.yaml
@@ -25,7 +25,7 @@ jobs:
25
echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
26
27
- name: SonarQube Scan
28
- uses: sonarsource/sonarqube-scan-action@v5.0.0
+ uses: sonarsource/sonarqube-scan-action@v5.2.0
29
env:
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
0 commit comments