This is an automated email from the ASF dual-hosted git repository.
jihuayu pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 504220e80 fix(ci): update the sonarscan to v8.2.0 (#3542)
504220e80 is described below
commit 504220e80142fe0fe2640b7cbc415b54afa9e4a6
Author: hulk <[email protected]>
AuthorDate: Thu Jul 2 16:53:34 2026 +0800
fix(ci): update the sonarscan to v8.2.0 (#3542)
Fix CI issue due to using the deprecated
version:https://github.com/apache/kvrocks/actions/runs/28533264944
---
.github/workflows/kvrocks.yaml | 2 +-
.github/workflows/sonar.yaml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index e5500cf5b..e0ec3dbdf 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -352,7 +352,7 @@ jobs:
if: ${{ matrix.sonarcloud }}
- name: Install Build Wrapper
- uses:
SonarSource/sonarqube-scan-action/install-build-wrapper@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
+ uses:
SonarSource/sonarqube-scan-action/install-build-wrapper@713881670b6b3676cda39549040e2d88c70d582e
# v8.2.0
if: ${{ matrix.sonarcloud }}
- name: Build Kvrocks
diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml
index 7ce752e45..9f25d9c53 100644
--- a/.github/workflows/sonar.yaml
+++ b/.github/workflows/sonar.yaml
@@ -34,7 +34,7 @@ jobs:
ref: ${{ github.event.workflow_run.head_sha }}
fetch-depth: 0
- name: Install Build Wrapper
- uses:
SonarSource/sonarqube-scan-action/install-build-wrapper@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
+ uses:
SonarSource/sonarqube-scan-action/install-build-wrapper@713881670b6b3676cda39549040e2d88c70d582e
# v8.2.0
- name: 'Download code coverage'
uses: actions/github-script@v8
with:
@@ -73,7 +73,7 @@ jobs:
echo "The PR number is ${PR_NUMBER:-<none>}"
- name: SonarQube Scan
- uses:
SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
+ uses:
SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e #
v8.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}