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 de97bd4 commit bda7913Copy full SHA for bda7913
.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.3.2
29
env:
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
0 commit comments