chore(ci): remove SonarCloud CI-based analysis to enable Automatic Analysis#13845
Merged
mzner merged 1 commit intoJun 5, 2026
Merged
Conversation
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
|
Please remove passing of the token in the nightly workflow as well |
2e65e02 to
bb9b411
Compare
awabcodes
approved these changes
Jun 5, 2026
LukasHirt
approved these changes
Jun 5, 2026
mzner
added a commit
that referenced
this pull request
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remove CI-based SonarCloud analysis from GitHub Actions workflows to enable SonarCloud's Automatic Analysis mode via the GitHub App integration. This eliminates the need for a
SONAR_TOKENsecret in CI runners.Related Issue
Motivation and Context
SonarCloud's Automatic Analysis mode provides static analysis without requiring a token in CI. This reduces secret exposure surface in GitHub Actions and simplifies the workflow. Coverage data is no longer uploaded automatically, but static analysis (bugs, code smells, security hotspots) continues via SonarCloud's own infrastructure.
How Has This Been Tested?
_build.ymlandtest.ymlare valid YAML after changes