From ea15c8147dcecc76c79b10cf6eb1f2ba18189549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:53:48 +0000 Subject: [PATCH] Bump SonarSource/sonarcloud-github-c-cpp in the github-actions group Bumps the github-actions group with 1 update: [SonarSource/sonarcloud-github-c-cpp](https://github.com/sonarsource/sonarcloud-github-c-cpp). Updates `SonarSource/sonarcloud-github-c-cpp` from 2 to 3 - [Release notes](https://github.com/sonarsource/sonarcloud-github-c-cpp/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-c-cpp/compare/v2...v3) --- updated-dependencies: - dependency-name: SonarSource/sonarcloud-github-c-cpp dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index e73a02158..20562de8d 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -63,7 +63,7 @@ jobs: run: cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -Werror=dev -Denable-portaudio=1 -Denable-ladspa=1 -Denable-coverage=1 -DNO_GUI=1 $GITHUB_WORKSPACE - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v2 + uses: SonarSource/sonarcloud-github-c-cpp@v3 - name: Build working-directory: ${{github.workspace}}/build