Skip to content

Commit 3782a49

Browse files
committed
update sonar cloud action
1 parent d53e9e9 commit 3782a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: SonarCloud Scan
5454
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
55-
uses: SonarSource/sonarqube-scan-action@v4.2.1
55+
uses: SonarSource/sonarqube-scan-action@v5
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
5858
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)