From 44fbe1fc4adfd5546206cdba8a10053a2e01c933 Mon Sep 17 00:00:00 2001 From: Alexander Krimm Date: Tue, 17 Oct 2023 10:23:33 +0200 Subject: [PATCH] CI: update sonar-scanner action to v2 --- .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 38c74710..32da7640 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,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: Install picoscope libraries run: |