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 46b21f4 commit a574ad4Copy full SHA for a574ad4
.github/workflows/sonar.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: actions/setup-java@v3
31
with:
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