From 5c6c90c1bd3302d173ef85009412b454f2434a81 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 10 Apr 2026 16:52:19 -0500 Subject: [PATCH] Remove SHA pin from sonarqube-agent-plugins entry (#1311) Allow SonarSource to ship updates without requiring SHA bump PRs. The plugin tracks the default branch (main) going forward. Co-authored-by: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 10dafa0..0014009 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1263,8 +1263,7 @@ "category": "security", "source": { "source": "url", - "url": "https://github.com/SonarSource/sonarqube-agent-plugins.git", - "sha": "0cae644cee9318e6245b62ca779abdc60e6daa49" + "url": "https://github.com/SonarSource/sonarqube-agent-plugins.git" }, "homepage": "https://github.com/SonarSource/sonarqube-agent-plugins" },