diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8f77471..7e3ec174 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,9 +57,8 @@ jobs: steps: - name: Git checkout uses: actions/checkout@v3 - - - name: Fetch master branch for SonarCloud diff - run: git fetch origin master:master + with: + fetch-depth: 0 - uses: actions/download-artifact@v3 with: