From 90831cecc81d82e1fa99f5fe406cf10b274cbae0 Mon Sep 17 00:00:00 2001 From: Thomas Krause Date: Mon, 24 Aug 2026 10:25:08 +0200 Subject: [PATCH] Use qualified plugin name --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d4832825c..d5017b85db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: OS_NAME: linux - run: misc/import-test-corpora.sh - name: Run Maven Tests with enabled code coverage and upload results to SonarCloud - run: mvn -Pcoverage install sonar:sonar -Dsonar.projectKey=korpling_ANNIS -Dsonar.organization=korpling -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN + run: mvn -Pcoverage install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=korpling_ANNIS -Dsonar.organization=korpling -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}