Skip to content

Commit a4a8629

Browse files
committed
Use 'composer audit' instead of 'symfony check:security'
1 parent ecf3f85 commit a4a8629

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/lint.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,9 @@ jobs:
8383
if: always() && steps.install.outcome == 'success'
8484
run: composer validate --strict
8585

86-
- name: Download Symfony CLI
87-
if: always() && steps.install.outcome == 'success'
88-
run: wget https://get.symfony.com/cli/installer -O - | bash
89-
9086
- name: Check if any dependencies are compromised
9187
if: always() && steps.install.outcome == 'success'
92-
run: /home/runner/.symfony/bin/symfony check:security
88+
run: composer audit
9389

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

0 commit comments

Comments
 (0)