Skip to content

Commit bba1046

Browse files
committed
feat: update sonar scanner
1 parent ca0a2f2 commit bba1046

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/buildsonarcloud.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ ctest -VV
4444
make gcov
4545

4646
# Scan project
47-
/opt/sonar-scanner-4.6.2.2472-linux/bin/sonar-scanner -Dsonar.host.url=https://sonarcloud.io -Dproject.settings="$REPO_ROOT"/sonar-project.properties -Dsonar.projectBaseDir="$REPO_ROOT" -Dsonar.cfamily.gcov.reportsPath="$BUILD_DIR"
47+
/opt/sonar-scanner-6.2.1.4610-linux-x64/bin/sonar-scanner -Dsonar.host.url=https://sonarcloud.io -Dproject.settings="$REPO_ROOT"/sonar-project.properties -Dsonar.projectBaseDir="$REPO_ROOT" -Dsonar.cfamily.gcov.reportsPath="$BUILD_DIR"
4848

4949

ci/docker/ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ RUN apt update && apt install -y wget unzip git python3-jinja2
99
RUN wget http://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
1010
RUN unzip build-wrapper-linux-x86.zip -d /opt
1111

12-
RUN wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472-linux.zip
13-
RUN unzip sonar-scanner-cli-4.6.2.2472-linux.zip -d /opt
12+
RUN wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.2.1.4610-linux-x64.zip
13+
RUN unzip sonar-scanner-cli-6.2.1.4610-linux-x64.zip -d /opt
1414

1515
RUN wget https://github.com/google/or-tools/releases/download/v9.10/or-tools_amd64_ubuntu-24.04_cpp_v9.10.4067.tar.gz
1616
RUN tar -C /opt --strip-components=1 -xvf or-tools_amd64_ubuntu-24.04_cpp_v9.10.4067.tar.gz

0 commit comments

Comments
 (0)