From 6d13d6aba15fa897cc6a7ee41ce5b5cd6a9d3895 Mon Sep 17 00:00:00 2001 From: Valery Maslov Date: Tue, 16 Aug 2022 12:17:55 +0300 Subject: [PATCH] Update lint.yaml to fix security check --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 21a68e96f..521395a7f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -89,7 +89,7 @@ jobs: - name: Check if any dependencies are compromised if: always() && steps.install.outcome == 'success' - run: /home/runner/.symfony/bin/symfony check:security + run: /home/runner/.symfony5/bin/symfony check:security - name: Run PHPStan if: always() && steps.install.outcome == 'success'