Skip to content

Check field names of orderBy parameter in findBy and findOneBy #228

Check field names of orderBy parameter in findBy and findOneBy

Check field names of orderBy parameter in findBy and findOneBy #228

Workflow file for this run

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Test projects"
on:
push:
branches:
- "2.0.x"
permissions:
contents: read
jobs:
test-projects:
name: "Test projects"
runs-on: "ubuntu-latest"
strategy:
matrix:
repository:
- "phpstan/lorem"
- "phpstan/ipsum"
- "phpstan/dolor"
- "packagist/private-packagist"
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4.0.1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: "${{ matrix.repository }}"
event-type: test_phpstan
client-payload: '{"ref": "2.1.x"}'