Skip to content

Bump friendsofphp/php-cs-fixer from 3.54.0 to 3.55.0 in the patches-and-minor-upgrades group #202

Bump friendsofphp/php-cs-fixer from 3.54.0 to 3.55.0 in the patches-and-minor-upgrades group

Bump friendsofphp/php-cs-fixer from 3.54.0 to 3.55.0 in the patches-and-minor-upgrades group #202

Workflow file for this run

---
name: Security Checker
on:
push:
branches:
- master
pull_request:
jobs:
check-vulnerabilities:
name: Security
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Cache vulnerability DB
uses: actions/cache@v4
id: cache-db
with:
path: ~/.symfony/cache
key: db
- name: Check for vulnerabilities
uses: symfonycorp/security-checker-action@v5