We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cc48c commit 765fc00Copy full SHA for 765fc00
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: SonarQube Scan (Push)
37
if: ${{ github.event_name == 'push' }}
38
- uses: SonarSource/sonarcloud-github-action@v4.0.0
+ uses: SonarSource/sonarcloud-github-action@v5.0.0
39
env:
40
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -46,7 +46,7 @@ jobs:
46
47
- name: SonarQube Scan (Pull Request)
48
if: ${{ github.event_name == 'pull_request' }}
49
50
51
52
0 commit comments