We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a2b0a commit 1bd9b71Copy full SHA for 1bd9b71
.github/workflows/code-quality.yml
@@ -55,11 +55,11 @@ jobs:
55
dependency-tree.txt
56
retention-days: 7
57
58
- # Optional: SonarCloud integration (requires setup)
+ # SonarCloud integration (disabled by default)
59
sonarcloud:
60
name: SonarCloud Analysis
61
runs-on: ubuntu-latest
62
- if: false # Set to true when SonarCloud is configured
+ if: false # Set to true when SonarCloud is configured and SONAR_TOKEN secret is added
63
64
steps:
65
- name: Checkout code
0 commit comments