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 c8b71c4 commit 1ba5d7dCopy full SHA for 1ba5d7d
.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/sonarcloud-github-action@v2.3
+ uses: SonarSource/sonarcloud-github-action@v5.0
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