From 4577d3739e934daaa38ace99069326d70508501f Mon Sep 17 00:00:00 2001 From: Vincenzo Pellegrini Date: Tue, 30 Jul 2024 17:08:48 +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 19f67dc..0f01dc0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v2 + uses: sonarsource/sonarcloud-github-c-cpp@v3 - name: Run build-wrapper run: | mkdir build