added sonarqube config #41

Merged
kasun merged 27 commits from enhancement/Configure-Sonarqube-server into main 2026-06-27 03:23:58 +02:00
Showing only changes of commit 5838084b73 - Show all commits
+2 -2
View File
@@ -20,10 +20,10 @@ jobs:
with: with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17 - name: Set up JDK 25
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0 uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
with: with:
java-version: "17" java-version: "25"
distribution: "zulu" # Alternative distribution options are available. distribution: "zulu" # Alternative distribution options are available.
- name: Cache SonarQube packages - name: Cache SonarQube packages