diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index aa7621cec11..ea80f3232ba 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 0 + fetch-depth: 1 #php-version: '7.1' - name: 'Qodana Scan' uses: JetBrains/qodana-action@v2022.3.0 diff --git a/.github/workflows/exakat.yml.disabled b/.github/workflows/exakat.yml.disabled index f5ecdb8c614..1e9121a0e00 100644 --- a/.github/workflows/exakat.yml.disabled +++ b/.github/workflows/exakat.yml.disabled @@ -16,6 +16,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 1 - name: Exakat uses: docker://exakat/exakat-ga with: