From 02e61130aa8055b5146da1447d5314ce6d7b84cc Mon Sep 17 00:00:00 2001 From: sBouzols Date: Mon, 21 Jul 2025 11:42:51 +0200 Subject: [PATCH] set fetch-depth to 0 to fix sonar changed files collection Signed-off-by: sBouzols --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e678f8..e0df588 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +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 run: echo ::set-output name=tag::${GITHUB_REF_NAME#v}