From 5af5c28fbb33d00f8edd25a5ee0ef30effda5057 Mon Sep 17 00:00:00 2001 From: tomshafir-sonarsource Date: Mon, 17 Aug 2026 07:40:05 +0200 Subject: [PATCH] Update SonarQube plugin version to 2.5.0 (#2665) Co-authored-by: tomshafir-sonarsource --- .github/plugin/marketplace.json | 4 ++-- plugins/external.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 81498d08..7dfc3941 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1330,7 +1330,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.3.0", + "version": "2.5.0", "author": { "name": "Sonar", "url": "https://sonarsource.com/" @@ -1348,7 +1348,7 @@ "source": { "source": "github", "repo": "SonarSource/sonarqube-agent-plugins", - "ref": "2.3.0" + "ref": "2.5.0" } }, { diff --git a/plugins/external.json b/plugins/external.json index c26a4392..f9a478f7 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -846,7 +846,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.3.0", + "version": "2.5.0", "author": { "name": "Sonar", "url": "https://sonarsource.com/" @@ -864,7 +864,7 @@ "source": { "source": "github", "repo": "SonarSource/sonarqube-agent-plugins", - "ref": "2.3.0" + "ref": "2.5.0" } }, {