From 63521fba3ba409bf7056381ec2c985f62a4daffd Mon Sep 17 00:00:00 2001 From: Ennio Visconti Date: Tue, 11 Jul 2023 15:29:59 +0200 Subject: [PATCH] build: minor sonar fix --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e2b4df4..9e6f6a32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,8 +11,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 uses: actions/setup-java@v3 with: @@ -65,6 +63,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 uses: actions/setup-java@v3 with: