This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.1 by this push:
new 5eb9b73156 Fix shallow clone for sonarcloud (#10985)
5eb9b73156 is described below
commit 5eb9b731568dfc99357aaabffa947d43b8bea0af
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Nov 22 11:50:11 2022 +0800
Fix shallow clone for sonarcloud (#10985)
---
.github/workflows/build-and-test-pr.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/build-and-test-pr.yml
b/.github/workflows/build-and-test-pr.yml
index 3f013769b4..1018219c67 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -156,6 +156,8 @@ jobs:
CURRENT_ROLE: ${{ matrix.case-role }}
steps:
- uses: actions/checkout@v3
+ with:
+ fetch-depth: 0
- name: "Set up JDK ${{ matrix.jdk }}"
uses: actions/setup-java@v3
with: