From a294981369ab20ad384129fd9bb766f0142f6bca Mon Sep 17 00:00:00 2001 From: connor Date: Thu, 21 Mar 2024 07:23:57 +0100 Subject: [PATCH] lock version and fix path --- .github/workflows/static-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 39cd31dc6..c677cc793 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -35,10 +35,10 @@ jobs: with: coverage: none php-version: 7.4 - tools: cs2pr + tools: cs2pr, phpstan:1.10.63 - name: Install dependencies with Composer uses: ramsey/composer-install@v2 - name: Run static analysis - run: vendor/bin/phpstan analyse --error-format=checkstyle | cs2pr + run: phpstan analyse --error-format=checkstyle | cs2pr