Skip to content

Commit d896f27

Browse files
committed
Switch our PHP Security Checker
1 parent b3e361e commit d896f27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ jobs:
3737
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
3838

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

4543
- name: Execute tests
4644
run: vendor/bin/phpunit --coverage-clover=coverage.clover --verbose

0 commit comments

Comments
 (0)