We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5505a commit 6c47d03Copy full SHA for 6c47d03
.github/workflows/ci.yml
@@ -126,7 +126,7 @@ jobs:
126
- run: npm run build
127
- run: npm test
128
- name: SonarCloud Scan
129
- uses: sonarsource/sonarcloud-github-action@v2
+ uses: sonarsource/sonarcloud-github-action@v2.0.2
130
env:
131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments