Skip to content

Commit

Permalink
CI : sonar-scanner 4.7.0.2747 -> 6.2.1.4610 & fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslepoix committed Dec 13, 2024
1 parent 4ce111a commit be7dd57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# cron: "0 13 * * 1" # Every monday at 13h

env:
SONAR_SCANNER_VERSION: 4.7.0.2747
SONAR_SCANNER_VERSION: 6.2.1.4610

jobs:
run:
Expand All @@ -21,15 +21,15 @@ jobs:
run: |
sudo apt update
sudo apt install -y \
gcovr
# gcovr \
gcovr \
texlive-xetex
# libxml2-utils

- name: "Dependencies: Sonar"
run: |
mkdir -p /tmp/sonar
wget \
https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip \
https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux-x64.zip \
-O /tmp/sonar/sonar-scanner.zip
unzip \
-o /tmp/sonar/sonar-scanner.zip \
Expand Down

0 comments on commit be7dd57

Please sign in to comment.