diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3d0be56..59e117dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -128,8 +128,7 @@ jobs: run: (cd tests/Application && bin/console doctrine:schema:validate) - - name: Run security check - run: symfony security:check + uses: symfonycorp/security-checker-action@v4 continue-on-error: true -