You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
In case you need to specify the version of the Sonar Scanner, you can use the `scannerVersion` option:
85
+
86
+
```yaml
87
+
uses: sonarsource/sonarcloud-github-action@<action version> # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/sonarcloud-scan
@@ -114,14 +122,11 @@ Want to see more examples of SonarCloud in action? You can [explore current Open
114
122
* Your code is built with Gradle: use the SonarQube plugin for Gradle during the build
115
123
* You want to analyze a .NET solution: Follow our interactive tutorial for GitHub Actions after importing your project directly into SonarCloud
116
124
* You want to analyze C and C++ code: rely on our [SonarCloud Scan for C and C++](https://github.com/marketplace/actions/sonarcloud-scan-for-c-and-c) and look at [our sample C and C++ project](https://github.com/sonarsource-cfamily-examples?q=gh-actions-sc&type=all&language=&sort=)
117
-
* You want to analyze Dart code: use [SonarScanner CLI](https://docs.sonarsource.com/sonarcloud/advanced-setup/ci-based-analysis/sonarscanner-cli/) during the build
118
125
119
126
## Have questions or feedback?
120
127
121
128
To provide feedback (requesting a feature or reporting a bug) please post on the [SonarSource Community Forum](https://community.sonarsource.com/) with the tag `sonarcloud`.
122
129
123
130
## License
124
131
125
-
The Dockerfile and associated scripts and documentation in this project are released under the LGPLv3 License.
126
-
127
132
Container images built with this project include third-party materials.
echo "::warning title=SonarScanner::This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action."
0 commit comments