We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a270b6d commit 3634199Copy full SHA for 3634199
.github/workflows/code-check.yaml
@@ -24,10 +24,7 @@ jobs:
24
continue-on-error: false
25
26
- name: SonarCloud Scan
27
- uses: SonarSource/sonarcloud-github-action@master
28
- with:
29
- organization: material-elements
30
- projectKey: material-elements_react-native-material-elements
+ uses: sonarsource/sonarcloud-github-action@v2
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments