Java mismatch in workflow
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m17s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m17s
This commit is contained in:
@@ -17,6 +17,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# Disabling shallow clone is recommended for improving relevancy of reporting
|
# Disabling shallow clone is recommended for improving relevancy of reporting
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
# FIX: Add Java 17 setup before SonarQube scan
|
||||||
|
- name: Set up JDK 17
|
||||||
|
uses: actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
java-version: '17'
|
||||||
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: SonarQube Scan
|
- name: SonarQube Scan
|
||||||
uses: kitabisa/sonarqube-action@v1.2.0
|
uses: kitabisa/sonarqube-action@v1.2.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user