mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
Update psalm.yml
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
427f860ea8
commit
39ca7587c7
1 changed files with 6 additions and 0 deletions
6
.github/workflows/psalm.yml
vendored
6
.github/workflows/psalm.yml
vendored
|
|
@ -54,3 +54,9 @@ jobs:
|
|||
cd php
|
||||
composer install
|
||||
composer run psalm
|
||||
|
||||
|
||||
- name: Check for vulnerable PHP dependencies
|
||||
run: |
|
||||
composer require --dev roave/security-advisories:dev-latest
|
||||
composer update --dry-run roave/security-advisories
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue