This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-sonarcloud-github-c-cpp in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 332159a95062bc07a69d89c68816f80bf217ddb8 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Mon Nov 4 12:17:03 2024 +0300 Update kvrocks.yaml --- .github/workflows/kvrocks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml index a203f892..849c4e8f 100644 --- a/.github/workflows/kvrocks.yaml +++ b/.github/workflows/kvrocks.yaml @@ -258,7 +258,7 @@ jobs: if: ${{ matrix.sonarcloud }} - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v2 + uses: SonarSource/sonarcloud-github-c-cpp@v3 if: ${{ matrix.sonarcloud }} - name: Build Kvrocks
