Skip to content

Commit

Permalink
CI: Bump sonar version to 5.0.1.3006
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Feb 23, 2024
1 parent 6f67cc8 commit e6ba35f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab/pipeline/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ get-sonar-binaries:
- sonar-scanner/
script:
# Download sonar-scanner
- curl -sSLo ./sonar-scanner.zip 'https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.4.0.2170-linux.zip'
- curl -sSLo ./sonar-scanner.zip 'https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-linux.zip'
- unzip -o sonar-scanner.zip
- mv sonar-scanner-4.4.0.2170-linux sonar-scanner
- mv sonar-scanner-5.0.1.3006-linux sonar-scanner
# Download build-wrapper
- curl -sSLo ./build-wrapper-linux-x86.zip "${SONAR_HOST_URL}/static/cpp/build-wrapper-linux-x86.zip"
- unzip -oj build-wrapper-linux-x86.zip -d ./build-wrapper
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=oslandia

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=SFCGAL
sonar.projectVersion=1.4.1
sonar.projectVersion=1.5.1

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src
Expand Down

0 comments on commit e6ba35f

Please sign in to comment.