File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 env : ${{ matrix.env }}
3535 steps :
36- - uses : actions/checkout@v2
36+ - uses : actions/checkout@v5
3737 - name : Setup PHP
3838 uses : shivammathur/setup-php@v2
3939 with :
5454 run : |
5555 composer require "laravel/framework:${LARAVEL}" "orchestra/testbench:${TESTBENCH}" --no-interaction --no-update
5656 composer update --prefer-stable --prefer-dist --no-interaction
57+ - name : Run Security Audit
58+ run : composer audit
5759 - name : Execute tests via Pest
5860 run : ./vendor/bin/pest --parallel
5961 - uses : 8398a7/action-slack@v2.4.0
Original file line number Diff line number Diff line change 1919 "ext-mbstring" : " *" ,
2020 "blade-ui-kit/blade-icons" : " ^1.6" ,
2121 "code16/laravel-content-renderer" : " ^1.1" ,
22- "enshrined/svg-sanitize" : " ^0.21 .0" ,
22+ "enshrined/svg-sanitize" : " ^0.22 .0" ,
2323 "inertiajs/inertia-laravel" : " ^2.0" ,
2424 "intervention/image" : " ^3.4" ,
2525 "laravel/framework" : " ^11.0|^12.0" ,
You can’t perform that action at this time.
0 commit comments