Skip to content

Commit

Permalink
Merge pull request #13933 from nextcloud/ci/noid/fix-roave-package
Browse files Browse the repository at this point in the history
fix(dependencies): Always install newest roave/security-advisories on CI
  • Loading branch information
nickvergessen authored Dec 4, 2024
2 parents e695be7 + 337c4f8 commit 46a9649
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 733 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ jobs:
- name: Install dependencies
run: composer i

- name: Check for vulnerable PHP dependencies
run: composer require --dev roave/security-advisories:dev-latest

- name: Run coding standards check
run: composer run psalm
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@
"composer dump-autoload"
],
"post-update-cmd": [
"@composer bin all update --ansi",
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],
"test:unit": "vendor/bin/phpunit -c tests/php/phpunit.xml --colors=always --fail-on-warning --fail-on-risky --display-deprecations --display-phpunit-deprecations"
},
"require-dev": {
"nextcloud/ocp": "dev-master",
"roave/security-advisories": "dev-latest"
"nextcloud/ocp": "dev-master"
},
"require": {
"bamarni/composer-bin-plugin": "^1.8",
Expand Down
Loading

0 comments on commit 46a9649

Please sign in to comment.