Skip to content

Commit

Permalink
Use composer audit instead of third party security checker
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 4, 2023
1 parent b046e3e commit d1cb433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Expand Up @@ -112,13 +112,13 @@ jobs:
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Security check for locked dependencies
uses: symfonycorp/security-checker-action@v3
run: composer audit

- name: Update Composer dependencies
run: composer update --no-progress --prefer-dist --optimize-autoloader

- name: Security check for updated dependencies
uses: symfonycorp/security-checker-action@v3
run: composer audit

sanity-check:
name: Sanity checks
Expand Down

0 comments on commit d1cb433

Please sign in to comment.