Skip to content

Merge branch 'new/react-admin-ui' of github.com:elementor/activity-lo… #102

Merge branch 'new/react-admin-ui' of github.com:elementor/activity-lo…

Merge branch 'new/react-admin-ui' of github.com:elementor/activity-lo… #102

Triggered via push September 1, 2026 10:47
Status Success
Total duration 20s
Artifacts
Lint PHP files
17s
Lint PHP files
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint PHP files
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/
Lint PHP files: classes/class-aal-export.php#L42
Detected usage of a non-sanitized input variable: $_GET['aal-record-action']
Lint PHP files: classes/class-aal-export.php#L42
$_GET['aal-record-action'] not unslashed before sanitization. Use wp_unslash() or similar
Lint PHP files: classes/class-aal-export.php#L34
Detected usage of a non-sanitized input variable: $_GET['aal_actions_nonce']
Lint PHP files: classes/class-aal-export.php#L34
$_GET['aal_actions_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Lint PHP files: classes/class-aal-admin-ui.php#L130
Detected usage of a non-sanitized input variable: $_POST['nonce']
Lint PHP files: classes/class-aal-admin-ui.php#L130
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Lint PHP files: classes/class-aal-admin-ui.php#L114
Detected usage of a non-sanitized input variable: $_POST['nonce']
Lint PHP files: classes/class-aal-admin-ui.php#L114
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Lint PHP files: classes/class-aal-admin-ui.php#L90
Processing form data without nonce verification.
Lint PHP files: classes/class-aal-admin-ui.php#L89
Processing form data without nonce verification.