diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index ccdfda2046..04ffc908bb 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -23,6 +23,9 @@ 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 --no-scripts + - name: 'Qodana Scan' uses: JetBrains/qodana-action@main env: