Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Bump SONAR_SCANNER_VERSION to 4.7.0.2747 #151

Merged
merged 1 commit into from
Sep 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sonar-scanner-executable.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports.getLocalSonarScannerExecutable = getLocalSonarScannerExecutable
module.exports.getInstallFolderPath = getInstallFolderPath

const SONAR_SCANNER_MIRROR = 'https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/'
const SONAR_SCANNER_VERSION = '4.5.0.2216'
const SONAR_SCANNER_VERSION = '4.7.0.2747'

const bar = new ProgressBar('[:bar] :percent :etas', {
complete: '=',
Expand Down