Skip to content

Commit 8e305c6

Browse files
committed
bug #1354 Update lint.yaml to fix security check (Coderberg)
This PR was merged into the main branch. Discussion ---------- Update lint.yaml to fix security check Changed directory name from .symfony to .symfony5 See details here symfony-cli/symfony-cli@5301ebf Commits ------- 6d13d6a Update lint.yaml to fix security check
2 parents 3d2fdc8 + 6d13d6a commit 8e305c6

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
@@ -92,7 +92,7 @@ jobs:
9292

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

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

0 commit comments

Comments
 (0)