[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2026-01-21 10:09:50 +00:00
parent e9bf356c5b
commit 1d5267e865
22 changed files with 3770 additions and 1395 deletions
@@ -8166,6 +8166,9 @@ core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/mailer_tr
core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/mailer_transport_factory_kernel_test.services.yml
core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/src/Transport/CanaryTransportFactory.php
core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/src/Transport/CanaryTransport.php
core/modules/mailer/tests/modules/mailer_event_subscriber_test/mailer_event_subscriber_test.info.yml
core/modules/mailer/tests/modules/mailer_event_subscriber_test/mailer_event_subscriber_test.services.yml
core/modules/mailer/tests/modules/mailer_event_subscriber_test/src/EventSubscriber/MessageEventTestSubscriber.php
core/modules/mailer/tests/modules/mailer_transport_factory_functional_test/mailer_transport_factory_functional_test.info.yml
core/modules/mailer/tests/modules/mailer_transport_factory_functional_test/mailer_transport_factory_functional_test.routing.yml
core/modules/mailer/tests/modules/mailer_transport_factory_functional_test/src/Controller/TransportInfoController.php
@@ -8173,6 +8176,7 @@ core/modules/mailer/tests/src/Functional/TransportServiceFactoryTest.php
core/modules/mailer/tests/src/Functional/MailerCaptureTest.php
core/modules/mailer/tests/src/Functional/GenericTest.php
core/modules/mailer/tests/src/Kernel/TransportTest.php
core/modules/mailer/tests/src/Kernel/OriginatorSubscriberTest.php
core/modules/mailer/mailer.services.yml
core/modules/mailer/src/Hook/MailerHooks.php
core/modules/mailer/mailer.info.yml
@@ -13399,6 +13403,7 @@ core/lib/Drupal/Core/Validation/CompositeConstraintInterface.php
core/lib/Drupal/Core/Validation/BasicRecursiveValidatorFactory.php
core/lib/Drupal/Core/Validation/ConstraintManager.php
core/lib/Drupal/Core/Mailer/TransportServiceFactoryTrait.php
core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php
core/lib/Drupal/Core/Mailer/TransportServiceFactory.php
core/lib/Drupal/Core/Mailer/TransportServiceFactoryInterface.php
core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php