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.
2 parents 23802dc + a574ad4 commit 305b3c9Copy full SHA for 305b3c9
.github/workflows/sonar.yml
@@ -27,9 +27,10 @@ jobs:
27
with:
28
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
29
- name: Set up JDK 11
30
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v3
31
32
java-version: 11
33
+ distribution: 'microsoft'
34
- name: Download and set up sonar-scanner
35
env:
36
SONAR_SCANNER_DOWNLOAD_URL: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip
0 commit comments