Skip to content

Commit

Permalink
Switch our PHP Security Checker
Browse files Browse the repository at this point in the history
  • Loading branch information
ssfinney committed Feb 22, 2021
1 parent b3e361e commit d896f27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ jobs:
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest

- name: PHP Security Checker
uses: StephaneBour/actions-php-security-checker@1.0
uses: symfonycorp/security-checker-action@v2
if: ${{ matrix.stability == 'prefer-stable' }}
with:
composer-lock: './composer.lock'

- name: Execute tests
run: vendor/bin/phpunit --coverage-clover=coverage.clover --verbose
Expand Down

0 comments on commit d896f27

Please sign in to comment.