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 b7f1b3d commit 5558d41Copy full SHA for 5558d41
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
npm run lint
29
npm run test:unit
30
- name: Code Coverage Report
31
- uses: SonarSource/sonarcloud-github-action@9f9bba2c7aaf7a55eac26abbac906c3021d211b2 # master
+ uses: SonarSource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # v3.1.0
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
0 commit comments