Skip to content

Commit 786787e

Browse files
committed
Updated the CI to use sonar cloud action as per official document
1 parent c9c4a94 commit 786787e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939

4040
- name: SonarCloud Scan
4141
if: matrix.python-version == '3.12' # Only run once, on the latest Python version
42-
uses: SonarSource/sonarcloud-github-action@master
42+
uses: SonarSource/sonarqube-scan-action@v4
4343
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4544
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)