Java mismatch in workflow
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m17s

This commit is contained in:
2025-12-02 11:17:52 +01:00
parent f6be6d6a02
commit a81b6eb9d5

View File

@@ -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: