Skip to content

chore(deps): bump actions/checkout from 6 to 7 #34

chore(deps): bump actions/checkout from 6 to 7

chore(deps): bump actions/checkout from 6 to 7 #34

Triggered via push June 23, 2026 14:33
Status Failure
Total duration 34s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
phpstan
Process completed with exit code 1.
phpstan: src/Http/Controllers/QueueMonitorController.php#L371
Call to deprecated method get() of class Illuminate\Http\Request: use ->input() instead
phpstan: src/Http/Controllers/QueueMonitorController.php#L254
Call to deprecated method get() of class Illuminate\Http\Request: use ->input() instead
phpstan: src/Http/Controllers/QueueMonitorController.php#L24
Call to deprecated method get() of class Illuminate\Http\Request: use ->input() instead
phpstan: src/Http/Controllers/QueueMonitorController.php#L0
Ignored error pattern #^Call to deprecated method get\(\) of class Illuminate\\Http\\Request\: since Symfony 7\.4, use properties `\-\>attributes`, `query` or `request` directly instead$# (method.deprecated) in path /home/runner/work/vantage/vantage/src/Http/Controllers/QueueMonitorController.php was not matched in reported errors.
phpstan
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/