From 48e0ce7c759bbc6d28ce4e15980289874cac1aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:17:19 +0000 Subject: [PATCH] Bump sonarsource/sonarcloud-github-c-cpp from 3.0.0 to 3.1.0 Bumps [sonarsource/sonarcloud-github-c-cpp](https://github.com/sonarsource/sonarcloud-github-c-cpp) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/sonarsource/sonarcloud-github-c-cpp/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-c-cpp/compare/e25edaefff1e076daf6517d462ed86f8c99fec70...816b1822d71776ee0d32bc012e95024ec52ac1fc) --- updated-dependencies: - dependency-name: sonarsource/sonarcloud-github-c-cpp dependency-type: direct:production update-type: version-update:semver-minor ... 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 978b8f351..ddf3c94d3 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -27,7 +27,7 @@ jobs: - name: Install Test Requirements run: pip install -r tests/data/requirements.txt - name: Install sonar-scanner and build-wrapper - uses: sonarsource/sonarcloud-github-c-cpp@e25edaefff1e076daf6517d462ed86f8c99fec70 # v3.0.0 + uses: sonarsource/sonarcloud-github-c-cpp@816b1822d71776ee0d32bc012e95024ec52ac1fc # v3.1.0 - name: Configure run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DXXX_ENABLE_COVERAGE=ON -DXXX_ENABLE_MEMLEAK_CHECK=ON - name: Run build-wrapper