Skip to content

Commit 3634199

Browse files
committed
[workflow/test] Updated the sonar config
1 parent a270b6d commit 3634199

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/code-check.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
continue-on-error: false
2525

2626
- name: SonarCloud Scan
27-
uses: SonarSource/sonarcloud-github-action@master
28-
with:
29-
organization: material-elements
30-
projectKey: material-elements_react-native-material-elements
27+
uses: sonarsource/sonarcloud-github-action@v2
3128
env:
3229
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3330
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)