Skip to content

Commit 841e6c9

Browse files
ginoaugustinevladak
authored andcommitted
Replace deprecated sonar login parameter in GH Action
Signed-off-by: Gino Augustine <[email protected]>
1 parent fd6d616 commit 841e6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [[ "x$OPENGROK_REPO_SLUG" == "xoracle/opengrok" &&
2323
#
2424
if [[ "$RUNNER_OS" == "Linux" ]]; then
2525
echo "Enabling Sonar"
26-
extra_args="$extra_args -P sonar -Dsonar.login=$OPENGROK_SONAR_TOKEN sonar:sonar"
26+
extra_args="$extra_args -P sonar -Dsonar.token=$OPENGROK_SONAR_TOKEN -Dsonar.python.version=3.9 sonar:sonar"
2727
fi
2828
fi
2929

0 commit comments

Comments
 (0)