Skip to content

Commit

Permalink
bug #1354 Update lint.yaml to fix security check (Coderberg)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Oct 28, 2022
2 parents 3d2fdc8 + 6d13d6a commit 8e305c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Expand Up @@ -92,7 +92,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'
Expand Down

0 comments on commit 8e305c6

Please sign in to comment.