From 5fd0d7eab4e4f18f0ece954722eb8df079d588d2 Mon Sep 17 00:00:00 2001 From: Natthawut Haematulin Date: Fri, 15 Sep 2023 12:26:38 +0700 Subject: [PATCH] chore: update checkout code on coverage workflow --- .github/workflows/coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c4a08a7ba..6b4d5cea1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 # required for SonarCloud - name: Set up JDK 17 uses: actions/setup-java@v3