From c9c2d801b021370a37cc1f8acb978eb327718a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Tue, 7 Oct 2025 16:06:49 +0200 Subject: [PATCH] Update test.yaml --- .gitea/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 0d38bee..1ada8f8 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -59,6 +59,10 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} + with: + projectBaseDir: app/src + args: > + -Dsonar.projectVersion=${{ gitea.sha }} - uses: SonarSource/sonarqube-quality-gate-action@v1 timeout-minutes: 5 env: