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 4e6ed5a commit 1919412Copy full SHA for 1919412
1 file changed
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: SonarQube Scan (Push)
64
if: matrix.version == '8.2' && github.event_name == 'push'
65
- uses: SonarSource/sonarcloud-github-action@v1.9
+ uses: SonarSource/sonarcloud-github-action@v3
66
env:
67
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -74,7 +74,7 @@ jobs:
74
75
- name: SonarQube Scan (Pull Request)
76
if: matrix.version == '8.2' && github.event_name == 'pull_request'
77
78
79
80
0 commit comments