We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbd452 commit 218cd31Copy full SHA for 218cd31
.github/workflows/ci.yml
@@ -38,6 +38,12 @@ jobs:
38
- name: npm Build
39
run: npm run build
40
41
+ - name: Set up Java for SonarQube
42
+ uses: actions/setup-java@v4
43
+ with:
44
+ distribution: temurin
45
+ java-version: '17'
46
+
47
- name: SonarQube Scan (Push)
48
if: github.event_name == 'push'
49
uses: SonarSource/sonarqube-scan-action@v6
0 commit comments