diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 9eaee31274..b55679a151 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -118,7 +118,6 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: | sonar-scanner-$SONAR_SCANNER_VERSION-linux/bin/sonar-scanner \ - -Dsonar.login=$SONAR_TOKEN \ -Dsonar.cfamily.threads=$(nproc) - name: clean up workspace