mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2024-11-30 04:39:48 +01:00
use cs2pr in all workflows
This commit is contained in:
parent
883141b2a4
commit
ed0cae6421
2
.github/workflows/coding-standards.yml
vendored
2
.github/workflows/coding-standards.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
with:
|
||||
php-version: "7.4"
|
||||
ini-values: memory_limit=-1
|
||||
tools: composer:v2
|
||||
tools: composer:v2, cs2pr
|
||||
extensions: bcmath, mbstring, intl, sodium, json
|
||||
|
||||
- name: "installing dependencies"
|
||||
|
4
.github/workflows/security-analysis.yml
vendored
4
.github/workflows/security-analysis.yml
vendored
@ -15,11 +15,11 @@ jobs:
|
||||
with:
|
||||
php-version: "7.4"
|
||||
ini-values: memory_limit=-1
|
||||
tools: composer:v2
|
||||
tools: composer:v2, cs2pr
|
||||
extensions: bcmath, mbstring, intl, sodium, json
|
||||
|
||||
- name: "installing dependencies"
|
||||
run: "composer update --no-interaction --no-progress"
|
||||
|
||||
- name: "running security analysis ( psalm )"
|
||||
run: "composer security:analysis"
|
||||
run: "vendor/bin/psalm --output-format=github --taint-analysis"
|
||||
|
2
.github/workflows/static-analysis.yml
vendored
2
.github/workflows/static-analysis.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
with:
|
||||
php-version: "7.4"
|
||||
ini-values: memory_limit=-1
|
||||
tools: composer:v2
|
||||
tools: composer:v2, cs2pr
|
||||
extensions: bcmath, mbstring, intl, sodium, json
|
||||
|
||||
- name: "installing dependencies"
|
||||
|
Loading…
Reference in New Issue
Block a user