Skip to content

Merge tag 'v4.11.9' into develop #240

Merge tag 'v4.11.9' into develop

Merge tag 'v4.11.9' into develop #240

name: "Security analysis"
on:
pull_request: ~
push:
branches:
- develop
workflow_dispatch: ~
jobs:
security-analysis:
name: "security analysis"
runs-on: "ubuntu-latest"
steps:
- name: "checkout"
uses: "actions/checkout@v2"
- name: "installing PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.2"
ini-values: memory_limit=-1
tools: composer:v2, cs2pr
extensions: bcmath, mbstring, intl, sodium, json
- name: Install dependencies
run: composer install
- name: "running security analysis ( psalm )"
run: ./tools/bin/project/project psalm-taint