Skip to content

Commit 905f4e3

Browse files
github-actions[bot]SonarTech
and
SonarTech
authored
Update sonar-scanner-version to 6.0.0.4432 (#58)
Co-authored-by: SonarTech <[email protected]>
1 parent 5c3c391 commit 905f4e3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,14 +352,14 @@ jobs:
352352
353353
- name: sonar-scanner is installed and in PATH
354354
run: |
355-
sonar-scanner --help | grep "INFO: usage: sonar-scanner "
355+
sonar-scanner --help | grep "usage: sonar-scanner "
356356
357357
- name: sonar-scanner-binary output is correct
358358
shell: bash
359359
env:
360360
BINARY: ${{ steps.run-action.outputs.sonar-scanner-binary }}
361361
run: |
362-
"$BINARY" --help | grep "INFO: usage: sonar-scanner "
362+
"$BINARY" --help | grep "usage: sonar-scanner "
363363
364364
# build-wrapper does not have --help or equivalent option.
365365
# Pass to few arguments and ignore error code

sonar-scanner-version

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
sonar-scanner-version=5.0.1.3006
2-
sonar-scanner-url-windows=https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-windows.zip
3-
sonar-scanner-sha-windows=bf8b7b30bd5614aaf244fe5aed3e9f7246b080b8ae3534693533fe3aac9c5594
4-
sonar-scanner-url-linux=https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-linux.zip
5-
sonar-scanner-sha-linux=350dbdb517c10fcb3ce70425db95c415b313cad7296c407d416d88f3d50121f8
6-
sonar-scanner-url-macosx=https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-macosx.zip
7-
sonar-scanner-sha-macosx=ba129044005494f039b41afaad2d949881604e69c6ebe814f4e218c7904a9d2d
1+
sonar-scanner-version=6.0.0.4432
2+
sonar-scanner-url-windows=https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.0.0.4432-windows.zip
3+
sonar-scanner-sha-windows=4773dbafd2ce335c0ccaefd3606742bf59658987b5e3c6aa99e51d7ef57a8f33
4+
sonar-scanner-url-linux=https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.0.0.4432-linux.zip
5+
sonar-scanner-sha-linux=f4c08ec679eeae34a7a1a5df87ee546c287f4683d1dd86afa0aae50e808e0002
6+
sonar-scanner-url-macosx=https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.0.0.4432-macosx.zip
7+
sonar-scanner-sha-macosx=1a492fe70cbb5587ee90344c03a3d18f259dfc9d00a9e1bef946277e89148987

0 commit comments

Comments
 (0)