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 1b0555f commit 8a57f35Copy full SHA for 8a57f35
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
run: "make test"
27
28
- name: SonarCloud Scan
29
- uses: SonarSource/sonarcloud-github-action@v2.0.2
+ uses: SonarSource/sonarcloud-github-action@v2.1.1
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
32
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments