Skip to content

Commit

Permalink
trying older sonar-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Feb 13, 2025
1 parent f3134c9 commit 6d8b4d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pr_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

- name: 🛠️ Install Tools
run: |
brew install sonar-scanner
brew install [email protected]
sonar-scanner --version
- name: 👷 Clean Build
run: |
Expand Down Expand Up @@ -95,9 +96,6 @@ jobs:
if: ${{ env.sonarToken != 0 }}
run: |
git fetch --unshallow --no-tags
sonar-scanner --version
brew install [email protected]
sonar-scanner --version
sonar-scanner -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.coverageReportPaths=sonarqube_updated_CI.xml,sonarqube_updated_snapshots.xml -Dsonar.scanner.skipSystemTruststore=true -X
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6d8b4d8

Please sign in to comment.