We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53e9e9 commit 3782a49Copy full SHA for 3782a49
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: SonarCloud Scan
54
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
55
- uses: SonarSource/sonarqube-scan-action@v4.2.1
+ uses: SonarSource/sonarqube-scan-action@v5
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
58
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments