We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6167e7f commit c88ef71Copy full SHA for c88ef71
.github/workflows/sonarcloud.yaml
@@ -29,7 +29,7 @@ jobs:
29
- run: mise run dev:lint --no-fail
30
- run: mise run test:unit
31
- name: SonarCloud Scan
32
- uses: sonarsource/sonarcloud-github-action@6bbd64e0cb2194e04addb429d669a9ee873eeeef
+ uses: sonarsource/sonarcloud-github-action@3da91d8a6aff5e898114575b30c6dc1e4787a254
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments