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 495c511 commit d176e9bCopy full SHA for d176e9b
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: SonarQube Scan (Push)
41
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development')
42
- uses: SonarSource/sonarqube-scan-action@v5.0
+ uses: SonarSource/sonarqube-scan-action@v6
43
env:
44
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
51
52
- name: SonarQube Scan (Pull Request)
53
if: github.event_name == 'pull_request'
54
55
56
57
0 commit comments