From 1e7efbe8176f8d2bf0ef0be6b67691fb168773a0 Mon Sep 17 00:00:00 2001 From: sBouzols Date: Mon, 21 Jul 2025 11:45:33 +0200 Subject: [PATCH] set fetch-depth to 0 to fix sonar changed files collection Signed-off-by: sBouzols --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a31dc2..c238400 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ jobs: uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. with: persist-credentials: false + fetch-depth: 0 # Shallow clones should not be used for deployments, as they do not contain the full history of the repository. - name: Parse tag id: vars