Skip to content

Commit 305b3c9

Browse files
Merge pull request #67 from alliander-opensource/dependabot/github_actions/actions/setup-java-3
Signed-off-by: Tony Xiang <[email protected]>
2 parents 23802dc + a574ad4 commit 305b3c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
with:
2828
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2929
- name: Set up JDK 11
30-
uses: actions/setup-java@v1
30+
uses: actions/setup-java@v3
3131
with:
3232
java-version: 11
33+
distribution: 'microsoft'
3334
- name: Download and set up sonar-scanner
3435
env:
3536
SONAR_SCANNER_DOWNLOAD_URL: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip

0 commit comments

Comments
 (0)