We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7913a5 commit 7825137Copy full SHA for 7825137
.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@3da91d8a6aff5e898114575b30c6dc1e4787a254
+ uses: sonarsource/sonarcloud-github-action@13d84ab51ea6fc29e22a1288ec28cc71fd2eb19e
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments