Add SonarQube scan workflow
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 18m19s

This commit introduces a Gitea workflow to trigger
SonarQube scans on pushes to the `main` branch and
on pull requests.
This commit is contained in:
2025-07-19 00:04:19 +02:00
committed by Christian Basler
parent 1836f53d7b
commit 1527ab0cb0
3 changed files with 52 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ app-version-name = "1.0.0"
agp = "8.11.1"
jdk = "21"
android-compileSdk = "36"
android-minSdk = "24"
android-minSdk = "26"
android-targetSdk = "36"
androidx-activityCompose = "1.10.1"
androidx-compose = "1.8.3"
@@ -35,5 +35,6 @@ android-library = { id = "com.android.library", version.ref = "agp" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
sonarqube = { id = "org.sonarqube", version = "6.2.0.5505" }
compose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }