Skip to content

Bump actions/cache from 3 to 4 (#2) #40

Bump actions/cache from 3 to 4 (#2)

Bump actions/cache from 3 to 4 (#2) #40

Triggered via push January 26, 2024 09:05
Status Success
Total duration 58s
Artifacts
Matrix: Static Analysis with PHPStan
Fit to window
Zoom out
Zoom in

Annotations

1 error, 15 warnings, and 5 notices
Static Analysis with PHPStan (8.2, highest, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Static Analysis with PHPStan (8.2, highest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Static Analysis with PHPStan (8.1, lowest, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Static Analysis with PHPStan (8.1, lowest, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Static Analysis with PHPStan (8.2, highest, 11.x-dev as 11.99.9, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Static Analysis with PHPStan (8.2, highest, 11.x-dev as 11.99.9, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Inconsistent line separators: assets/js/assets/api/docs.jsonopenapi.json#L1
Line separators in the current file (\\r\\n) differ from the project defaults (\\n)
Line is longer than allowed by code style: assets/js/assets/api/docs.jsonopenapi.json#L1673
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/assets/api/docs.jsonopenapi.json#L1342
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/src/app/store/index.ts#L29
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/assets/api/docs.jsonopenapi.json#L1500
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/assets/api/docs.jsonopenapi.json#L1198
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/test-utils/test-utils.ts#L10
Line is longer than allowed by code style (\> 120 columns)
Missing return type declaration: src/DependencyInjection/PimcoreStudioUiExtension.php#L40
Missing function's return type declaration
Phar-incompatible 'realpath(...)' usage: src/DependencyInjection/PimcoreStudioUiExtension.php#L43
\[EA\] 'dirname(dirname(__DIR__)) . '/public/build'' should be used instead (due to how realpath handles streams).
Fully qualified name usage: src/PimcoreStudioUiBundle.php#L23
Qualifier can be replaced with an import
Unused local variable: src/DependencyInjection/PimcoreStudioUiExtension.php#L34
Unused local variable 'config'. The value of the variable is not used anywhere.
Unused parameter: src/Controller/DefaultController.php#L26
Unused parameter 'request'. The parameter's value is not used anywhere.
Return type hint can be used: src/DependencyInjection/PimcoreStudioUiExtension.php#L40
\[EA\] ': void' can be declared as return type hint (please use change signature intention to fix this).