Update SonarQube plugin version#2324
Merged
aaronpowell merged 2 commits intoJul 17, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the SonarQube external plugin listing to version 2.3.0.
Changes:
- Bumps the plugin version and source reference from 2.2.0 to 2.3.0.
- Synchronizes the generated marketplace entry.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
plugins/external.json |
Updates the canonical SonarQube plugin entry. |
.github/plugin/marketplace.json |
Updates the generated marketplace entry. |
aaronpowell
previously approved these changes
Jul 17, 2026
Contributor
|
| Plugin | vally lint | install smoke test | version match | overall | source tree |
|---|---|---|---|---|---|
| sonarqube | pass | pass | infra_error | infra_error | 2.3.0 |
Gate output details
sonarqube - vally lint (pass)
✅ sonar-analyze (3/3 checks passed)
✓ [spec-compliance] All 1 skill(s) are spec-compliant.
✓ spec-compliance: All spec checks passed.
✓ [valid-refs] All file references across 1 skill(s) are valid.
✓ valid-refs: All file references resolve to existing files within the skill directory.
✓ [orphan-files] No orphan files found across 1 skill(s).
✓ orphan-files: No references/ directory found — no orphans possible.
✅ sonar-coverage (3/3 checks passed)
✓ [spec-compliance] All 1 skill(s) are spec-compliant.
✓ spec-compliance: All spec checks passed.
✓ [valid-refs] All file references across 1 skill(s) are valid.
✓ valid-refs: All file references resolve to existing files within the skill directory.
✓ [orphan-files] No orphan files found across 1 skill(s).
✓ orphan-files: No references/ directory found — no orphans possible.
✅ sonar-dependency-risks (3/3 checks passed)
✓ [spec-compliance] All 1 skill(s) are spec-compliant.
✓ spec-compliance: All spec checks passed.
✓ [valid-refs] All file references across 1 skill(s) are valid.
✓ valid-refs: All file references resolve to existing files within the skill directory.
✓ [orphan-files] No orphan files found across 1 skill(s).
✓ orphan-files: No references/ directory found — no orphans possible.
✅ sonar-duplication (3/3 checks passed)
✓ [spec-compliance] All 1 skill(s) are spec-compliant.
✓ spec-compliance: All spec checks passed.
✓ [valid-refs] All file references across 1 skill(s) are valid.
✓ valid-refs: All file references resolve to existing files within the skill directory.
✓ [orphan-files] No orphan files found across 1 skill(s).
✓ orphan-files: No references/ directory found — no orphans possible.
✅ sonar-fix-issue (3/3 checks passed)
✓ [spec-compliance] All 1 skill(s) are spec-compliant.
✓ spec-compliance: All spec checks passed.
✓ [valid-re
...output truncated...
sonarqube - install smoke test (pass)
Install smoke test succeeded. Verified /tmp/external-plugin-quality-w7vcgI/copilot-home/.copilot/installed-plugins/external-plugin-intake/sonarqube/.github/plugin/plugin.json.
sonarqube - version match (infra_error)
- 2.3.0: Unable to read ".github/plugin/plugin.json" at "2.3.0": fatal: invalid object name '2.3.0'.
- sonarqube: vally-lint=pass, install-smoke=pass, version-match=infra_error, overall=infra_error
aaronpowell
approved these changes
Jul 17, 2026
Contributor
|
You can ignore the failures of the other plugins - I need to review why they got picked up on this PR 😅 |
aaronpowell
enabled auto-merge (squash)
July 17, 2026 00:19
Contributor
🔒 PR Risk Scan ResultsScanned 2 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.mainbranch for this pull request.Description
Type of Contribution
Additional Notes
Updating SonarQube plugin version from 2.2 to 2.3
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.