Skip to content

Commit

Permalink
Update sonar-scanner to version 5.0.1.3006
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaladin authored Dec 1, 2023
1 parent 2510f54 commit d326441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
env:
SONAR_SCANNER_VERSION: 4.8.0.2856 # Find the latest version in the "Windows" link on this page:
SONAR_SCANNER_VERSION: 5.0.1.3006 # Find the latest version in the "Windows" link on this page:
# https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # Value stored in a Github secret
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
Expand Down

0 comments on commit d326441

Please sign in to comment.