We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07f0338 + a4686ff commit 285a50cCopy full SHA for 285a50c
.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@v3.1.0
+ uses: SonarSource/sonarcloud-github-action@v4.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