Skip to content

fix(security): reject link targets a browser would normalize, and mov… #22

fix(security): reject link targets a browser would normalize, and mov…

fix(security): reject link targets a browser would normalize, and mov… #22

Workflow file for this run

---
on:
pull_request: &ignore-paths
paths-ignore:
- ".gitattributes"
- ".gitignore"
- "CHANGELOG.md"
- "docs/**"
- "README.md"
push: *ignore-paths
name: mutation test
permissions:
contents: read
jobs:
mutation:
uses: php-forge/actions/.github/workflows/infection.yml@a574dbe95fc370db1b7b5ea546cd5ff5b70304d6 # v3.0.0
with:
phpstan: true
secrets:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}