From 76f11e0624cb9eb44965408c8e6de188a7b3b11e Mon Sep 17 00:00:00 2001 From: i325261 Date: Fri, 28 Jun 2024 10:56:45 +0200 Subject: [PATCH] chore: update Sonar Analysis code checkout in CI workflow --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd4c235..5468008 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,10 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Check out code for Sonar Analysis + uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-node@v4 with: node-version: 20