We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fd0eb commit ff6bdb6Copy full SHA for ff6bdb6
scripts/install-sonar-scanner-cli.sh
@@ -46,7 +46,7 @@ else
46
exit 1
47
fi
48
49
-unzip -q $SCANNER_FILE_NAME
+unzip -q -o $SCANNER_FILE_NAME
50
51
# Folder name should correspond to the directory cached by the actions/cache
52
mv sonar-scanner-$INPUT_SCANNERVERSION-$FLAVOR $RUNNER_TEMP/sonar-scanner-cli-$INPUT_SCANNERVERSION-$RUNNER_OS-$RUNNER_ARCH
0 commit comments