Skip to content

Commit 218cd31

Browse files
Add Java setup step for SonarQube scan
1 parent 7dbd452 commit 218cd31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
- name: npm Build
3939
run: npm run build
4040

41+
- name: Set up Java for SonarQube
42+
uses: actions/setup-java@v4
43+
with:
44+
distribution: temurin
45+
java-version: '17'
46+
4147
- name: SonarQube Scan (Push)
4248
if: github.event_name == 'push'
4349
uses: SonarSource/sonarqube-scan-action@v6

0 commit comments

Comments
 (0)