From 70dcd96883e352545fb8d6a5358e54387358458c Mon Sep 17 00:00:00 2001 From: Vincenzo Pellegrini Date: Thu, 18 Jul 2024 17:58:01 +0200 Subject: [PATCH] Upgrade github action to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51a2889..0e260ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install sonar-scanner - uses: SonarSource/sonarcloud-github-c-cpp@v2 + uses: sonarsource/sonarcloud-github-c-cpp@v3 - name: Generate compilation database run: | mkdir build