From 03a4633a98447c3af9b23de402c8fdc2311656f2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 12 Feb 2023 07:17:42 +0100 Subject: [PATCH] Update qodana.yml Signed-off-by: James Cole --- .github/workflows/qodana.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index d4ae847dda..04ffc908bb 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -24,7 +24,8 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install dependencies - run: composer install + run: composer install --no-scripts + - name: 'Qodana Scan' uses: JetBrains/qodana-action@main env: