Skip to content

Bump codecov/codecov-action from 4.0.1 to 5.3.1 #104

Bump codecov/codecov-action from 4.0.1 to 5.3.1

Bump codecov/codecov-action from 4.0.1 to 5.3.1 #104

Triggered via pull request February 13, 2025 21:54
Status Success
Total duration 2m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

plugin-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
missing_composer_json_file: composer.json#L1
The "/vendor" directory using composer exists, but "composer.json" file is missing.
WordPress.Security.NonceVerification.Missing: includes/ContentImport/ContentImporter.php#L157
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Missing: includes/ContentImport/ContentImporter.php#L384
Processing form data without nonce verification.
WordPress.PHP.DevelopmentFunctions.error_log_print_r: includes/MslsMain.php#L51
print_r() found. Debug code should not normally be used in production.
WordPress.PHP.DevelopmentFunctions.error_log_error_log: includes/MslsMain.php#L54
error_log() found. Debug code should not normally be used in production.
PluginCheck.CodeAnalysis.SettingSanitization.register_settingDynamic: includes/MslsAdmin.php#L206
Dynamic argument passed in third parameter of register_setting(). Please ensure proper sanitization.
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error: includes/MslsAdmin.php#L389
trigger_error() found. Debug code should not normally be used in production.
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in: includes/MslsCustomFilter.php#L82
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage: includes/MslsLinkTextImage.php#L17
Images should be added using wp_get_attachment_image() or similar functions
PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage: includes/MslsAdminIcon.php#L198
Images should be added using wp_get_attachment_image() or similar functions