From 74cded42d82f31bf859cb058551eeee5fe32feb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Tue, 7 Oct 2025 16:23:01 +0200 Subject: [PATCH] Update test.yaml --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f37d3f8..2a3dfc4 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -62,7 +62,7 @@ jobs: with: projectBaseDir: Backend args: > - -Dsonar.projectVersion=${{ gitea.sha }} + -Dsonar.projectVersion=${{ gitea.sha_short }} - uses: SonarSource/sonarqube-quality-gate-action@v1 timeout-minutes: 5 env: