We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1833153 commit 120222dCopy full SHA for 120222d
.github/workflows/analyze.yml
@@ -32,10 +32,10 @@ jobs:
32
33
- name: 🪲 Run Sonar
34
run: |
35
- sudo apt-get install -y openjdk-11-jdk
36
- wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.1.0.4477-linux-x64.zip
37
- unzip sonar-scanner-cli-6.1.0.4477-linux-x64.zip
38
- ./sonar-scanner-6.1.0.4477-linux/binsonar-scanner \
+ sudo apt-get install -y openjdk-17-jdk
+ wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.1.0.4477.zip
+ unzip sonar-scanner-cli-6.1.0.4477.zip
+ ./sonar-scanner-6.1.0.4477/bin/sonar-scanner \
39
-Dsonar.token=${{secrets.SONAR_TOKEN}} \
40
-Dsonar.host.url=${{secrets.SONAR_HOST_URL}}
41
0 commit comments