fix(site-exporter): include plugins/themes/uploads in export and activate themes on import #1140
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Site_Exporter_Import_Move_Test.php#L171
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Site_Exporter_Import_Move_Test.php#L151
file_get_contents() is discouraged. Use wp_remote_get() for remote URLs instead.
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Site_Exporter_Import_Move_Test.php#L139
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: file_put_contents().
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Site_Exporter_Import_Move_Test.php#L138
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Site_Exporter_Import_Move_Test.php#L112
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Site_Exporter_Import_Move_Test.php#L112
Silencing errors is strongly discouraged. Use proper error checking instead. Found: @rmdir($dir)...
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Site_Exporter_Import_Move_Test.php#L108
unlink() is discouraged. Use wp_delete_file() to delete a file.
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Site_Exporter_Import_Move_Test.php#L108
Silencing errors is strongly discouraged. Use proper error checking instead. Found: @Unlink($path)...
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Site_Exporter_Import_Move_Test.php#L61
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Site_Exporter_Import_Move_Test.php#L60
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
|
background
wait
wait-all
cancel
Loading