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) <noreply@anthropic.com>
This commit is contained in:
Bryan Thompson 2026-04-10 16:52:19 -05:00 committed by GitHub
parent 76f1e09f07
commit 5c6c90c1bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1263,8 +1263,7 @@
"category": "security", "category": "security",
"source": { "source": {
"source": "url", "source": "url",
"url": "https://github.com/SonarSource/sonarqube-agent-plugins.git", "url": "https://github.com/SonarSource/sonarqube-agent-plugins.git"
"sha": "0cae644cee9318e6245b62ca779abdc60e6daa49"
}, },
"homepage": "https://github.com/SonarSource/sonarqube-agent-plugins" "homepage": "https://github.com/SonarSource/sonarqube-agent-plugins"
}, },