Skip to content

Merge branch 'main' into align-mailcrypt-handler #2232

Merge branch 'main' into align-mailcrypt-handler

Merge branch 'main' into align-mailcrypt-handler #2232

Workflow file for this run

name: Security
on:
pull_request:
push:
schedule:
- cron: '0 8 * * 1'
jobs:
security-check:
runs-on: ubuntu-22.04
name: PHP Security Checker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Symfony Security Check
uses: symfonycorp/security-checker-action@v5