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