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.
2 parents b793ed9 + e5f9416 commit 7b79218Copy full SHA for 7b79218
1 file changed
.github/workflows/ci.yaml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: SonarCloud Scan
84
if: github.event.repository.private == false && github.event.pull_request.head.repo.fork == false
85
- uses: sonarsource/sonarqube-scan-action@v4
+ uses: sonarsource/sonarqube-scan-action@v5
86
env:
87
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments