There was an error while loading. Please reload this page.
1 parent 70ad78d commit 7b727c1Copy full SHA for 7b727c1
1 file changed
.github/workflows/ci.yml
@@ -78,6 +78,9 @@ jobs:
78
echo "📦 Installing dependencies for Symfony ${{ matrix.symfony }}..."
79
composer require symfony/form:^${{ matrix.symfony }} symfony/framework-bundle:^${{ matrix.symfony }} symfony/twig-bundle:^${{ matrix.symfony }} --no-interaction --no-update
80
composer update --with-all-dependencies --no-interaction --prefer-dist --no-progress
81
+ - name: Composer audit (Critical/High)
82
+ run: composer audit --locked
83
+
84
85
- name: Run tests
86
run: |
0 commit comments