Skip to content

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

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

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

Workflow file for this run

---
on:
pull_request: &ignore-paths
paths-ignore:
- ".gitattributes"
- ".gitignore"
- "CHANGELOG.md"
- "docs/**"
- "README.md"
push: *ignore-paths
name: build
permissions:
contents: read
jobs:
phpunit:
uses: php-forge/actions/.github/workflows/phpunit.yml@a574dbe95fc370db1b7b5ea546cd5ff5b70304d6 # v3.0.0
with:
php-version: '["8.3","8.4","8.5"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}