Skip to content

Commit

Permalink
Update sonarcloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale authored Oct 11, 2024
1 parent 388f55c commit b5b64b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: (github.event.pull_request.head.repo.full_name == github.repository) || github.ref_name == 'main'
env:
SONAR_SCANNER_VERSION:
5.0.1.3006 # Find the latest version at:
6.2.1.4610 # Find the latest version at:
# https://github.com/SonarSource/sonar-scanner-cli/tags
SONAR_SERVER_URL: "https://sonarcloud.io"
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
Expand Down

0 comments on commit b5b64b0

Please sign in to comment.