We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6d616 commit 841e6c9Copy full SHA for 841e6c9
dev/main
@@ -23,7 +23,7 @@ if [[ "x$OPENGROK_REPO_SLUG" == "xoracle/opengrok" &&
23
#
24
if [[ "$RUNNER_OS" == "Linux" ]]; then
25
echo "Enabling Sonar"
26
- extra_args="$extra_args -P sonar -Dsonar.login=$OPENGROK_SONAR_TOKEN sonar:sonar"
+ extra_args="$extra_args -P sonar -Dsonar.token=$OPENGROK_SONAR_TOKEN -Dsonar.python.version=3.9 sonar:sonar"
27
fi
28
29
0 commit comments