Skip to content

Commit 38862c0

Browse files
committed
ci: missing java setup
1 parent 6978547 commit 38862c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
name: SonarCloud
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Setup Java JDK
14+
uses: actions/setup-java@v1
15+
with:
16+
java-version: 17
1317
- uses: actions/checkout@v3
1418
with:
1519
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

0 commit comments

Comments
 (0)