From 15747405d19e685592d9a5dc899327120cc0d26f Mon Sep 17 00:00:00 2001 From: Vincenzo Pellegrini Date: Mon, 24 Jun 2024 18:06:09 +0200 Subject: [PATCH] NO-JIRA update github action --- .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..a015547 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