Skip to content

refactor: Leverage FidryFileSystem (#852) #286

refactor: Leverage FidryFileSystem (#852)

refactor: Leverage FidryFileSystem (#852) #286

Workflow file for this run

name: Security
on:
push:
branches: [ main ]
pull_request:
release:
types: [ created ]
# See https://stackoverflow.com/a/72408109
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
security:
runs-on: ubuntu-latest
name: Check Dependencies
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Cache the vulnerability database
uses: actions/cache@v3
id: cache-db
with:
path: ~/.symfony/cache
key: db
- name: Checks dependencies for known vulnerabilities
uses: symfonycorp/security-checker-action@v4