From: Tobias Brunner Date: Fri, 16 Feb 2024 13:48:44 +0000 (+0100) Subject: github: Use new property to pass token for sonarcloud X-Git-Tag: android-2.5.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a876d54cd73198b30f58400fa5f6b189a223aa;p=thirdparty%2Fstrongswan.git github: Use new property to pass token for sonarcloud sonar.login is deprecated. --- diff --git a/scripts/test.sh b/scripts/test.sh index 23c4002911..ec5b33c5ad 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -501,7 +501,7 @@ sonarcloud) -Dsonar.host.url=https://sonarcloud.io \ -Dsonar.projectKey=${SONAR_PROJECT} \ -Dsonar.organization=${SONAR_ORGANIZATION} \ - -Dsonar.login=${SONAR_TOKEN} \ + -Dsonar.token=${SONAR_TOKEN} \ -Dsonar.projectVersion=$(git describe --exclude 'android-*')+${BUILD_NUMBER} \ -Dsonar.sources=. \ -Dsonar.cfamily.threads=2 \