We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b99eb commit 22d26e0Copy full SHA for 22d26e0
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Sonar Scan
33
if: matrix.version == 22
34
- uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
+ uses: SonarSource/sonarqube-scan-action@b9f37f9de00914b9db556335bd46019dbafed98d
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments