Skip to content

fix(deps): bump actions/checkout from 3 to 4 #110

fix(deps): bump actions/checkout from 3 to 4

fix(deps): bump actions/checkout from 3 to 4 #110

Workflow file for this run

name: php security
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
name: PHP Security
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
fail-fast: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run security checks
uses: symfonycorp/security-checker-action@v5