Skip to content

Make a bit more room around the H1, H2 etc. elements #13432

Make a bit more room around the H1, H2 etc. elements

Make a bit more room around the H1, H2 etc. elements #13432

name: Dependency vulnz checker
on:
push:
schedule:
- cron: '25 */2 * * *'
workflow_dispatch:
jobs:
composer-vulnz:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: symfonycorp/security-checker-action@v5
with:
lock: site/composer.lock
composer-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: composer --working-dir=site audit