From cce856c0e28bd22c06db939a3c23c43973e2ea3e Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 8 Feb 2023 19:09:27 +0100 Subject: [PATCH] Update qodana.yml Signed-off-by: James Cole --- .github/workflows/qodana.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index eb1fc9b9bd..a0a3bad021 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -12,6 +12,9 @@ jobs: runs-on: ubuntu-latest name: 'Qodana Scan' steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: 'Qodana Scan' uses: JetBrains/qodana-action@main env: