Skip to content

Add Plugin Check workflow #13

Add Plugin Check workflow

Add Plugin Check workflow #13

Triggered via pull request November 9, 2023 21:53
Status Failure
Total duration 10m 22s
Artifacts

plugin-check.yml

on: pull_request
Build and check plugin
10m 11s
Build and check plugin
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
plugin_updater_detected: inc/class-addon-manager.php#L1
Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: site_transient_update_plugins
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable: admin/views/tool-file-editor.php#L17
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
WordPress.WP.AlternativeFunctions.file_system_operations_fopen: admin/views/tool-file-editor.php#L41
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite: admin/views/tool-file-editor.php#L42
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable: admin/views/tool-file-editor.php#L59
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
WordPress.WP.AlternativeFunctions.file_system_operations_fopen: admin/views/tool-file-editor.php#L60
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite: admin/views/tool-file-editor.php#L61
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
WordPress.WP.AlternativeFunctions.file_system_operations_fclose: admin/views/tool-file-editor.php#L62
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable: admin/views/tool-file-editor.php#L86
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
WordPress.WP.AlternativeFunctions.file_system_operations_fopen: admin/views/tool-file-editor.php#L87
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
update_modification_detected: inc/class-addon-manager.php#L1
Detected code which may be altering WordPress update routines. Detected: pre_set_site_transient_update_plugins
update_modification_detected: inc/class-addon-manager.php#L1
Detected code which may be altering WordPress update routines. Detected: _site_transient_update_plugins
WordPress.DB.SlowDBQuery.slow_db_query_meta_key: admin/import/plugins/class-import-wpseo.php#L165
Detected usage of meta_key, possible slow query.
WordPress.DB.PreparedSQL.InterpolatedNotPrepared: admin/import/plugins/class-import-squirrly.php#L115
Use placeholders and $wpdb->prepare(); found interpolated variable {$this->table_name} at "DROP TABLE {$this->table_name}"
WordPress.DB.PreparedSQL.InterpolatedNotPrepared: admin/import/plugins/class-import-squirrly.php#L137
Use placeholders and $wpdb->prepare(); found interpolated variable {$this->table_name} at "SHOW TABLES LIKE '{$this->table_name}'"
WordPress.DB.PreparedSQL.InterpolatedNotPrepared: admin/import/plugins/class-import-squirrly.php#L198
Use placeholders and $wpdb->prepare(); found interpolated variable {$this->table_name} at "SELECT seo FROM {$this->table_name} WHERE blog_id = %d AND "
WordPress.DB.PreparedSQL.InterpolatedNotPrepared: admin/class-bulk-editor-list-table.php#L281
Use placeholders and $wpdb->prepare(); found interpolated variable {$subquery} at "SELECT COUNT(ID) FROM {$subquery}\n
WordPress.DB.PreparedSQL.InterpolatedNotPrepared: admin/class-bulk-editor-list-table.php#L308
Use placeholders and $wpdb->prepare(); found interpolated variable {$subquery} at \t\t\t\t\t\t\t\tSELECT COUNT(ID) FROM {$subquery}\n
WordPress.DB.PreparedSQL.InterpolatedNotPrepared: admin/class-bulk-editor-list-table.php#L330
Use placeholders and $wpdb->prepare(); found interpolated variable {$subquery} at "SELECT COUNT(ID) FROM {$subquery}\n
WordPress.DB.PreparedSQL.InterpolatedNotPrepared: admin/class-bulk-editor-list-table.php#L383
Use placeholders and $wpdb->prepare(); found interpolated variable {$subquery} at "SELECT DISTINCT post_type FROM {$subquery}\n