From 93bfda6b6afe494be00f8d07a96684b177d0ed17 Mon Sep 17 00:00:00 2001 From: Alexander Krimm Date: Mon, 16 Oct 2023 15:36:55 +0200 Subject: [PATCH] CI: upgrade sonar-scanner action Should handle the warning on the sonar-scanner github action. See: https://community.sonarsource.com/t/java-11-is-deprecated-as-a-runtime-env-to-scan-your-projects/96597/11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 360d2e975..f7eaceea1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Install sonar-scanner and build-wrapper if: matrix.configurations.compiler == 'gcc13' && matrix.cmake-build-type == 'Debug' - uses: SonarSource/sonarcloud-github-c-cpp@v1 + uses: SonarSource/sonarcloud-github-c-cpp@v2 - name: Configure CMake if: matrix.configurations.compiler != 'emscripten'