Skip to content

ci: fix the Security workflow (pin actions, dependabot cooldown, real… #380

ci: fix the Security workflow (pin actions, dependabot cooldown, real…

ci: fix the Security workflow (pin actions, dependabot cooldown, real… #380

Workflow file for this run

name: PHPStan
on:
push:
paths:
- '**.php'
- 'phpstan.neon.dist'
jobs:
phpstan:
name: phpstan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Setup PHP
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
php-version: '8.2'
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@a8d0d959dab41457692a5e2041bd9b757a119e3f # 3.2.1
- name: Run PHPStan
run: ./vendor/bin/phpstan --error-format=github