Skip to content

Commit ff6bdb6

Browse files
blgnksyantonioaversa
authored andcommitted
Update install-sonar-scanner-cli.sh
1 parent d1fd0eb commit ff6bdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-sonar-scanner-cli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ else
4646
exit 1
4747
fi
4848

49-
unzip -q $SCANNER_FILE_NAME
49+
unzip -q -o $SCANNER_FILE_NAME
5050

5151
# Folder name should correspond to the directory cached by the actions/cache
5252
mv sonar-scanner-$INPUT_SCANNERVERSION-$FLAVOR $RUNNER_TEMP/sonar-scanner-cli-$INPUT_SCANNERVERSION-$RUNNER_OS-$RUNNER_ARCH

0 commit comments

Comments
 (0)