Skip to content

Bump phpstan/phpstan from 1.10.25 to 1.10.26 #305

Bump phpstan/phpstan from 1.10.25 to 1.10.26

Bump phpstan/phpstan from 1.10.25 to 1.10.26 #305

Workflow file for this run

name: PHP Security Check
on:
# Run automatically every Monday on midnight.
schedule:
- cron: '0 0 * * 1'
# Run on pull requests only when composer.lock has changed.
pull_request:
paths:
- 'composer.lock'
# Allow manually triggering the workflow.
workflow_dispatch:
jobs:
check:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
id: cache-db
with:
path: ~/.symfony/cache
key: db
- uses: symfonycorp/security-checker-action@v5