Skip to content

build(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12 #33

build(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12

build(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12 #33

Workflow file for this run

name: qodana
on:
push:
branches:
- main
pull_request: ~
workflow_dispatch: ~
jobs:
scan:
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Setup PHP
uses: shivammathur/setup-php@v2
- run: composer install
- uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_CLOUD_TOKEN }}