Skip to content

Commit 6d13d6a

Browse files
committed
Update lint.yaml to fix security check
1 parent ecf3f85 commit 6d13d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Check if any dependencies are compromised
9191
if: always() && steps.install.outcome == 'success'
92-
run: /home/runner/.symfony/bin/symfony check:security
92+
run: /home/runner/.symfony5/bin/symfony check:security
9393

9494
- name: Run PHPStan
9595
if: always() && steps.install.outcome == 'success'

0 commit comments

Comments
 (0)