ci: add SonarQube workflow

This commit is contained in:
edde746
2026-02-27 14:27:10 +01:00
parent 7f03c15779
commit ad9556e484
+18
View File
@@ -0,0 +1,18 @@
name: SonarQube
on:
workflow_dispatch:
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v6
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}