We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a9196 commit b75a84dCopy full SHA for b75a84d
.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
66
distribution: 'temurin'
67
java-version: '21'
68
- name: SonarCloud upload coverage
69
- uses: SonarSource/sonarcloud-github-action@v4.0.0
+ uses: SonarSource/sonarqube-scan-action@v4.2.1
70
env:
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
0 commit comments