Update SonarQube plugin ref tag#1791
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the SonarQube external plugin listing to use a stable release tag (instead of a now-missing commit SHA) so installs can reliably fetch the repository ref, addressing the failure described in #1774.
Changes:
- Updated the SonarQube plugin
source.reffrom a commit SHA torefs/tags/v2.0.0in the external plugin registry. - Regenerated/updated the corresponding entry in the generated marketplace file to keep it in sync.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
plugins/external.json |
Switches SonarQube external plugin ref to refs/tags/v2.0.0 (immutable tag format aligns with repo validation rules). |
.github/plugin/marketplace.json |
Mirrors the SonarQube ref update so marketplace output remains consistent with plugins/external.json. |
aaronpowell
left a comment
There was a problem hiding this comment.
We found another bug in the CLI that if you prefix with refs/tags it fails to check out (see #1783), so we have to just do the tag name.
Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
@aaronpowell |
|
@aaronpowell sorry there was a typo in the tag name 😭 I have opened #1834 |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Changes
refof the external SonarQube plugin from a commit sha to a release tag.Type of Contribution
Additional Notes
Caused by #1774
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.