Skip to content

Commit

Permalink
Update sonar scanner to latest 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Feb 9, 2024
1 parent c2b6a51 commit 2448e7f
Show file tree
Hide file tree
Showing 588 changed files with 2,819 additions and 14,717 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/masterCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: bash xccov-to-sonarqube-generic.sh DerivedData/Logs/Test/*.xcresult/ > sonarqube-generic-coverage.xml

- name: Run SonarScanner Analysis
run: SonarCloud/sonar-scanner-4.7.0.2747-macosx/bin/sonar-scanner -X -Dsonar.organization=${{ secrets.SONAR_ORGANIZATION_KEY }} -Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }} -Dsonar.coverageReportPaths=sonarqube-generic-coverage.xml
run: SonarCloud/sonar-scanner-5.0.1.3006-macosx/bin/sonar-scanner -X -Dsonar.organization=${{ secrets.SONAR_ORGANIZATION_KEY }} -Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }} -Dsonar.coverageReportPaths=sonarqube-generic-coverage.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Binary file modified SonarCloud/build-wrapper-macosx-x86/build-wrapper-macosx-x86
Binary file not shown.
Binary file modified SonarCloud/build-wrapper-macosx-x86/libinterceptor.dylib
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2448e7f

Please sign in to comment.