Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@
{
"name": "sonarqube",
"description": "SonarQube is the AI code quality and security verification platform used by millions of developers to catch bugs, vulnerabilities, and leaked secrets. This plugin enforces those standards in the coding loop: 7,500+ distinct issue types, secrets scanning, agentic analysis, and quality gates across 40+ languages.",
"version": "2.0.0",
"version": "2.2.0",
"author": {
"name": "Sonar",
"url": "https://sonarsource.com/"
Expand All @@ -859,7 +859,7 @@
"source": {
"source": "github",
"repo": "SonarSource/sonarqube-agent-plugins",
"ref": "2.0.0"
"ref": "2.2.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
{
"name": "sonarqube",
"description": "SonarQube is the AI code quality and security verification platform used by millions of developers to catch bugs, vulnerabilities, and leaked secrets. This plugin enforces those standards in the coding loop: 7,500+ distinct issue types, secrets scanning, agentic analysis, and quality gates across 40+ languages.",
"version": "2.0.0",
"version": "2.2.0",
"author": {
"name": "Sonar",
"url": "https://sonarsource.com/"
Expand All @@ -488,7 +488,7 @@
"source": {
"source": "github",
"repo": "SonarSource/sonarqube-agent-plugins",
"ref": "2.0.0"
"ref": "2.2.0"
}
},
{
Expand Down
Loading