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