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