Skip to content

Bump simplesamlphp/saml2 from 4.6.12 to 4.16.14 #21

Bump simplesamlphp/saml2 from 4.6.12 to 4.16.14

Bump simplesamlphp/saml2 from 4.6.12 to 4.16.14 #21

Workflow file for this run

#file: noinspection UndefinedParamsPresent,UndefinedAction
name: PHPMD
on: push
jobs:
phpmd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: 8.1
args: --ignore-platform-reqs
- name: PHP Mess Detector
uses: php-actions/phpmd@v1
with:
php_version: 8.1
path: public/
output: text
ruleset: cleancode,codesize,controversial,design,naming,unusedcode