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 19b0f5f commit 1e9dc0aCopy full SHA for 1e9dc0a
.github/workflows/ci.yml
@@ -45,11 +45,13 @@ jobs:
45
run: pnpm run audit
46
47
- name: Sonar scan
48
+ if: github.actor != 'dependabot[bot]'
49
uses: SonarSource/sonarqube-scan-action@v6
50
env:
51
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
52
53
- name: Upload demo build output as pages artifact
54
55
id: deployment
56
uses: actions/upload-pages-artifact@v3
57
with:
0 commit comments