This is an automated email from the ASF dual-hosted git repository.
twice 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 39ad9b1d Fix coverage upload failure in Sonar CI (#2060)
39ad9b1d is described below
commit 39ad9b1d83cbc566af76003b0a8636bccf55bdfa
Author: Twice <[email protected]>
AuthorDate: Sat Jan 27 12:40:06 2024 +0900
Fix coverage upload failure in Sonar CI (#2060)
---
.github/workflows/sonar.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml
index 918488a7..36a2d2a0 100644
--- a/.github/workflows/sonar.yaml
+++ b/.github/workflows/sonar.yaml
@@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: ${{ github.event.workflow_run.head_repository.full_name
}}
- ref: ${{ github.event.workflow_run.head_branch }}
+ ref: ${{ github.event.workflow_run.head_sha }}
fetch-depth: 0
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v2