Bump friendsofphp/php-cs-fixer from 3.52.1 to 3.53.0 in the patches-and-minor-upgrades group #196
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |