fix(service.yml): set sonarqube.languages#498
Open
Charles Provencher (cprovencher) wants to merge 1 commit into
Open
fix(service.yml): set sonarqube.languages#498Charles Provencher (cprovencher) wants to merge 1 commit into
Charles Provencher (cprovencher) wants to merge 1 commit into
Conversation
Copilot started reviewing on behalf of
Charles Provencher (cprovencher)
May 29, 2026 20:17
View session
There was a problem hiding this comment.
Pull request overview
This PR updates the service-bot manifest to satisfy the SonarQube language validation requirement while leaving the repo’s top-level language metadata unchanged.
Changes:
- Adds
sonarqube.languageswithjavaas the configured scan language. - Keeps the existing SonarQube enablement and Semaphore/docker image build configuration unchanged.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
Author
|
🤖 Review Hub assignments
Scoring breakdown for Karanpreet Singh (@karan-singh-99)
Scoring breakdown for John Huynh (@johuynh343)
Generated by Review Hub. This comment is rewritten on each (re)assignment. |
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.
Why
The cc-service-bot nightly run (job 7c09131f, 2026-05-28) failed for this repo:
This repo has
lang: unknownand enables sonarqube without specifying scan languages.Change
Set
sonarqube.languagesto the repo's primary language (derived from the repo's GitHub language statistics).Safety
Draft PR for the owning team to review — please confirm the scan language(s) are correct for this repo. Part of a sweep fixing the service-bot nightly; systemic regressions affecting ~262 other repos are fixed in confluentinc/cc-service-bot#2030.