Просмотр исходного кода

Remove SHA pin from sonarqube-agent-plugins entry

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) <noreply@anthropic.com>
Bryan Thompson 5 месяцев назад
Родитель
Сommit
b8f1195ce5
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      .claude-plugin/marketplace.json

+ 1 - 2
.claude-plugin/marketplace.json

@@ -1217,8 +1217,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"
     },