From 3fa5c4c6763c88fdcd8f53b77512d024567513ae Mon Sep 17 00:00:00 2001 From: Marc Nuri Date: Sat, 3 Feb 2024 07:31:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20add=20supported=20version=20of?= =?UTF-8?q?=20Java=20for=20SonarCloud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Nuri --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4611ba2b..c1c12e1a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ on: pull_request: env: - SONAR_SCANNER_VERSION: 4.2.0.1873 + SONAR_SCANNER_VERSION: 5.0.1 GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: