Skip to content

HPB-4006 prevent unsafe request data #100

HPB-4006 prevent unsafe request data

HPB-4006 prevent unsafe request data #100

Workflow file for this run

on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
analyze:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- name: Setup PHP
uses: shivammathur/[email protected]
with:
php-version: 8.2
coverage: none
tools: composer:v2
- name: Install dependencies
run: composer install
- name: Run PHPStan
run: vendor/bin/phpstan analyze --no-ansi