Fix PHPMD workflow

This commit is contained in:
Sebastian Meyer 2024-10-23 11:43:32 +02:00 committed by GitHub
parent 03c9cd8e52
commit 28752a9974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: Run PHP Mess Detector - name: Run PHP Mess Detector
uses: php-actions/phpmd@v1 uses: php-actions/phpmd@v1
with: with:
path: bin/ public/ src/ path: bin/,public/,src/
php_version: "8.1" php_version: "8.1"
ruleset: .phpmd.dist.xml ruleset: .phpmd.dist.xml
output: sarif output: sarif