From 0e276fba5ed702ab96584f3278313e4a5b11708e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 5 Jan 2023 00:37:46 +0100 Subject: [PATCH] Optimize --- .github/workflows/code_quality.yml | 2 +- .github/workflows/exakat.yml.disabled | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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: