Skip to content

Commit 2822c75

Browse files
committed
Updates sonar
1 parent 30442d4 commit 2822c75

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
- name: Run tests
5555
run: tox
5656

57-
- name: SonarCloud Scan
58-
uses: SonarSource/sonarcloud-github-action@master
57+
- name: SonarQube Scan
58+
uses: sonarsource/sonarcloud-github-action@v5
5959
env:
60-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6160
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)