chore(deps): bump actions/checkout from 6 to 7 #34
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/
|