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 c2b81e5 commit 70b454bCopy full SHA for 70b454b
.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@v2.3.0
+ uses: sonarsource/sonarqube-scan-action@v3.0.0
29
env:
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
0 commit comments