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 d5f6b9a commit c63775bCopy full SHA for c63775b
.github/workflows/sonarqube.yaml
@@ -27,7 +27,7 @@ jobs:
27
echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
28
29
- name: SonarQube Scan
30
- uses: sonarsource/sonarqube-scan-action@v2.0.1
+ uses: sonarsource/sonarqube-scan-action@v2.3.0
31
env:
32
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
33
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
0 commit comments