diff --git a/.drone.star b/.drone.star index efd81f54b..bef76ed4b 100644 --- a/.drone.star +++ b/.drone.star @@ -31,7 +31,7 @@ PLUGINS_S3_CACHE = "plugins/s3-cache:1" PLUGINS_SLACK = "plugins/slack:1" REDIS = "redis:6-alpine" SELENIUM_STANDALONE_CHROME = "selenium/standalone-chrome:104.0-20220812" -SONARSOURCE_SONAR_SCANNER_CLI = "sonarsource/sonar-scanner-cli:4.7.0" +SONARSOURCE_SONAR_SCANNER_CLI = "sonarsource/sonar-scanner-cli:5.0" DEFAULT_PHP_VERSION = "7.4" DEFAULT_NODEJS_VERSION = "18" diff --git a/changelog/unreleased/bump-sonarcloud.md b/changelog/unreleased/bump-sonarcloud.md new file mode 100644 index 000000000..2eeac433b --- /dev/null +++ b/changelog/unreleased/bump-sonarcloud.md @@ -0,0 +1,5 @@ +Enhancement: Bump sonarcloud + +Bump sonarcloud to `5.0` to avoid java errors + +https://github.com/owncloud/ocis/pull/6961