Skip to content

Bump the patches-and-minor-upgrades group with 1 update #192

Bump the patches-and-minor-upgrades group with 1 update

Bump the patches-and-minor-upgrades group with 1 update #192

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