[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-06-16 10:04:31 +00:00
parent 584e66fb64
commit 5ceb74182b
10 changed files with 1200 additions and 578 deletions
@@ -285,6 +285,10 @@ composer/Template/RecommendedProject/composer.json
Template/RecommendedProject/composer.json
RecommendedProject/composer.json
composer.json
composer/Template/RecommendedProject/LICENSE.txt
Template/RecommendedProject/LICENSE.txt
RecommendedProject/LICENSE.txt
LICENSE.txt
composer/Template/README.txt
Template/README.txt
README.txt
@@ -292,6 +296,10 @@ composer/Template/LegacyProject/composer.json
Template/LegacyProject/composer.json
LegacyProject/composer.json
composer.json
composer/Template/LegacyProject/LICENSE.txt
Template/LegacyProject/LICENSE.txt
LegacyProject/LICENSE.txt
LICENSE.txt
composer/Metapackage/README.txt
Metapackage/README.txt
README.txt
@@ -104385,6 +104393,13 @@ Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php
Plugin/Discovery/TestContainerDerivativeDiscovery.php
Discovery/TestContainerDerivativeDiscovery.php
TestContainerDerivativeDiscovery.php
core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php
tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php
Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php
Tests/Core/Plugin/ConfigurablePluginBaseTest.php
Core/Plugin/ConfigurablePluginBaseTest.php
Plugin/ConfigurablePluginBaseTest.php
ConfigurablePluginBaseTest.php
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@@ -104510,6 +104525,13 @@ Core/Plugin/Fixtures/TestConfigurablePlugin.php
Plugin/Fixtures/TestConfigurablePlugin.php
Fixtures/TestConfigurablePlugin.php
TestConfigurablePlugin.php
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php
tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php
Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php
Tests/Core/Plugin/ConfigurableTraitTest.php
Core/Plugin/ConfigurableTraitTest.php
Plugin/ConfigurableTraitTest.php
ConfigurableTraitTest.php
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php
tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php
Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php
@@ -115789,6 +115811,12 @@ Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
Core/Plugin/CategorizingPluginManagerTrait.php
Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait.php
core/lib/Drupal/Core/Plugin/ConfigurablePluginBase.php
lib/Drupal/Core/Plugin/ConfigurablePluginBase.php
Drupal/Core/Plugin/ConfigurablePluginBase.php
Core/Plugin/ConfigurablePluginBase.php
Plugin/ConfigurablePluginBase.php
ConfigurablePluginBase.php
core/lib/Drupal/Core/Plugin/PluginManagerPass.php
lib/Drupal/Core/Plugin/PluginManagerPass.php
Drupal/Core/Plugin/PluginManagerPass.php
@@ -115988,6 +116016,12 @@ Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php
Core/Plugin/ContextAwarePluginAssignmentTrait.php
Plugin/ContextAwarePluginAssignmentTrait.php
ContextAwarePluginAssignmentTrait.php
core/lib/Drupal/Core/Plugin/ConfigurableTrait.php
lib/Drupal/Core/Plugin/ConfigurableTrait.php
Drupal/Core/Plugin/ConfigurableTrait.php
Core/Plugin/ConfigurableTrait.php
Plugin/ConfigurableTrait.php
ConfigurableTrait.php
core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
@@ -80,8 +80,10 @@ composer/Plugin/RecipeUnpack/Plugin.php
composer/Plugin/RecipeUnpack/UnpackOptions.php
composer/Util/SemanticVersion.php
composer/Template/RecommendedProject/composer.json
composer/Template/RecommendedProject/LICENSE.txt
composer/Template/README.txt
composer/Template/LegacyProject/composer.json
composer/Template/LegacyProject/LICENSE.txt
composer/Metapackage/README.txt
composer/Metapackage/DevDependencies/composer.json
composer/Metapackage/CoreRecommended/composer.json
@@ -14908,6 +14910,7 @@ core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php
core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDirectoryDiscoveryTest.php
core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php
core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
@@ -14924,6 +14927,7 @@ core/tests/Drupal/Tests/Core/Plugin/Fixtures/Plugin/DataType/TestDataTypeDeriver
core/tests/Drupal/Tests/Core/Plugin/Fixtures/Plugin/DataType/TestDataType.php
core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php
core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php
core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php
core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php
core/tests/Drupal/Tests/Core/Controller/StubControllerBase.php
@@ -16650,6 +16654,7 @@ core/lib/Drupal/Core/Plugin/Discovery/YamlDiscoveryDecorator.php
core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php
core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraintValidator.php
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
core/lib/Drupal/Core/Plugin/ConfigurablePluginBase.php
core/lib/Drupal/Core/Plugin/PluginManagerPass.php
core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php
core/lib/Drupal/Core/Plugin/PreviewAwarePluginInterface.php
@@ -16681,6 +16686,7 @@ core/lib/Drupal/Core/Plugin/PreWarmablePluginManagerTrait.php
core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php
core/lib/Drupal/Core/Plugin/ContextAwarePluginInterface.php
core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php
core/lib/Drupal/Core/Plugin/ConfigurableTrait.php
core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php
core/lib/Drupal/Core/Plugin/Component.php
@@ -14915,6 +14915,12 @@ Core/Job/QueueProcessor/Params.php
Job/QueueProcessor/Params.php
QueueProcessor/Params.php
Params.php
application/Espo/Core/Job/QueueProcessor/Picker.php
Espo/Core/Job/QueueProcessor/Picker.php
Core/Job/QueueProcessor/Picker.php
Job/QueueProcessor/Picker.php
QueueProcessor/Picker.php
Picker.php
application/Espo/Core/Job/Job.php
Espo/Core/Job/Job.php
Core/Job/Job.php
@@ -34698,6 +34704,13 @@ ORM/Query/Part/Selection.php
Query/Part/Selection.php
Part/Selection.php
Selection.php
application/Espo/ORM/Query/Part/Join/JoinType.php
Espo/ORM/Query/Part/Join/JoinType.php
ORM/Query/Part/Join/JoinType.php
Query/Part/Join/JoinType.php
Part/Join/JoinType.php
Join/JoinType.php
JoinType.php
application/Espo/ORM/Query/Part/Where/OrGroup.php
Espo/ORM/Query/Part/Where/OrGroup.php
ORM/Query/Part/Where/OrGroup.php
@@ -52346,6 +52359,13 @@ Espo/Core/Job/DataTest.php
Core/Job/DataTest.php
Job/DataTest.php
DataTest.php
tests/unit/Espo/Core/Job/QueueProcessor/PickerTest.php
unit/Espo/Core/Job/QueueProcessor/PickerTest.php
Espo/Core/Job/QueueProcessor/PickerTest.php
Core/Job/QueueProcessor/PickerTest.php
Job/QueueProcessor/PickerTest.php
QueueProcessor/PickerTest.php
PickerTest.php
tests/unit/Espo/Core/Formula/ArgumentListTest.php
unit/Espo/Core/Formula/ArgumentListTest.php
Espo/Core/Formula/ArgumentListTest.php
@@ -2539,6 +2539,7 @@ application/Espo/Core/Job/Job/Status.php
application/Espo/Core/Job/QueuePortionNumberProvider.php
application/Espo/Core/Job/QueueUtil.php
application/Espo/Core/Job/QueueProcessor/Params.php
application/Espo/Core/Job/QueueProcessor/Picker.php
application/Espo/Core/Job/Job.php
application/Espo/Core/Job/Preparator/CollectionHelper.php
application/Espo/Core/Job/Preparator/Data.php
@@ -5833,6 +5834,7 @@ application/Espo/ORM/Query/Part/OrderList.php
application/Espo/ORM/Query/Part/Condition.php
application/Espo/ORM/Query/Part/WhereClause.php
application/Espo/ORM/Query/Part/Selection.php
application/Espo/ORM/Query/Part/Join/JoinType.php
application/Espo/ORM/Query/Part/Where/OrGroup.php
application/Espo/ORM/Query/Part/Where/AndGroup.php
application/Espo/ORM/Query/Part/Where/Not.php
@@ -8343,6 +8345,7 @@ tests/unit/Espo/Core/Job/QueuePortionNumberProviderTest.php
tests/unit/Espo/Core/Job/MetadataProviderTest.php
tests/unit/Espo/Core/Job/QueueProcessorParamsTest.php
tests/unit/Espo/Core/Job/DataTest.php
tests/unit/Espo/Core/Job/QueueProcessor/PickerTest.php
tests/unit/Espo/Core/Formula/ArgumentListTest.php
tests/unit/Espo/Core/Formula/ParserTest.php
tests/unit/Espo/Core/Formula/FormulaTest.php
@@ -12787,6 +12787,28 @@ styles/prosilver/template/foo_bar_body.html
prosilver/template/foo_bar_body.html
template/foo_bar_body.html
foo_bar_body.html
tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/event/index_body_forumlist_body_before.html
functional/fixtures/ext/foo/bar/styles/prosilver/template/event/index_body_forumlist_body_before.html
fixtures/ext/foo/bar/styles/prosilver/template/event/index_body_forumlist_body_before.html
ext/foo/bar/styles/prosilver/template/event/index_body_forumlist_body_before.html
foo/bar/styles/prosilver/template/event/index_body_forumlist_body_before.html
bar/styles/prosilver/template/event/index_body_forumlist_body_before.html
styles/prosilver/template/event/index_body_forumlist_body_before.html
prosilver/template/event/index_body_forumlist_body_before.html
template/event/index_body_forumlist_body_before.html
event/index_body_forumlist_body_before.html
index_body_forumlist_body_before.html
tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/event/navbar_header_quick_links_after.html
functional/fixtures/ext/foo/bar/styles/prosilver/template/event/navbar_header_quick_links_after.html
fixtures/ext/foo/bar/styles/prosilver/template/event/navbar_header_quick_links_after.html
ext/foo/bar/styles/prosilver/template/event/navbar_header_quick_links_after.html
foo/bar/styles/prosilver/template/event/navbar_header_quick_links_after.html
bar/styles/prosilver/template/event/navbar_header_quick_links_after.html
styles/prosilver/template/event/navbar_header_quick_links_after.html
prosilver/template/event/navbar_header_quick_links_after.html
template/event/navbar_header_quick_links_after.html
event/navbar_header_quick_links_after.html
navbar_header_quick_links_after.html
tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/redirect_body.html
functional/fixtures/ext/foo/bar/styles/prosilver/template/redirect_body.html
fixtures/ext/foo/bar/styles/prosilver/template/redirect_body.html
@@ -12807,6 +12829,14 @@ styles/prosilver/template/foobar.html
prosilver/template/foobar.html
template/foobar.html
foobar.html
tests/functional/fixtures/ext/foo/bar/event/template_event_order_higher.php
functional/fixtures/ext/foo/bar/event/template_event_order_higher.php
fixtures/ext/foo/bar/event/template_event_order_higher.php
ext/foo/bar/event/template_event_order_higher.php
foo/bar/event/template_event_order_higher.php
bar/event/template_event_order_higher.php
event/template_event_order_higher.php
template_event_order_higher.php
tests/functional/fixtures/ext/foo/bar/event/user_setup.php
functional/fixtures/ext/foo/bar/event/user_setup.php
fixtures/ext/foo/bar/event/user_setup.php
@@ -12823,6 +12853,14 @@ foo/bar/event/permission.php
bar/event/permission.php
event/permission.php
permission.php
tests/functional/fixtures/ext/foo/bar/event/template_event_order.php
functional/fixtures/ext/foo/bar/event/template_event_order.php
fixtures/ext/foo/bar/event/template_event_order.php
ext/foo/bar/event/template_event_order.php
foo/bar/event/template_event_order.php
bar/event/template_event_order.php
event/template_event_order.php
template_event_order.php
tests/functional/fixtures/ext/foo/bar/config/routing.yml
functional/fixtures/ext/foo/bar/config/routing.yml
fixtures/ext/foo/bar/config/routing.yml
@@ -12877,6 +12915,44 @@ ext/foo/foo/ext.php
foo/foo/ext.php
foo/ext.php
ext.php
tests/functional/fixtures/ext/foo/foo/styles/prosilver/template/event/index_body_forumlist_body_before.html
functional/fixtures/ext/foo/foo/styles/prosilver/template/event/index_body_forumlist_body_before.html
fixtures/ext/foo/foo/styles/prosilver/template/event/index_body_forumlist_body_before.html
ext/foo/foo/styles/prosilver/template/event/index_body_forumlist_body_before.html
foo/foo/styles/prosilver/template/event/index_body_forumlist_body_before.html
foo/styles/prosilver/template/event/index_body_forumlist_body_before.html
styles/prosilver/template/event/index_body_forumlist_body_before.html
prosilver/template/event/index_body_forumlist_body_before.html
template/event/index_body_forumlist_body_before.html
event/index_body_forumlist_body_before.html
index_body_forumlist_body_before.html
tests/functional/fixtures/ext/foo/foo/styles/prosilver/template/event/navbar_header_quick_links_after.html
functional/fixtures/ext/foo/foo/styles/prosilver/template/event/navbar_header_quick_links_after.html
fixtures/ext/foo/foo/styles/prosilver/template/event/navbar_header_quick_links_after.html
ext/foo/foo/styles/prosilver/template/event/navbar_header_quick_links_after.html
foo/foo/styles/prosilver/template/event/navbar_header_quick_links_after.html
foo/styles/prosilver/template/event/navbar_header_quick_links_after.html
styles/prosilver/template/event/navbar_header_quick_links_after.html
prosilver/template/event/navbar_header_quick_links_after.html
template/event/navbar_header_quick_links_after.html
event/navbar_header_quick_links_after.html
navbar_header_quick_links_after.html
tests/functional/fixtures/ext/foo/foo/event/template_event_order.php
functional/fixtures/ext/foo/foo/event/template_event_order.php
fixtures/ext/foo/foo/event/template_event_order.php
ext/foo/foo/event/template_event_order.php
foo/foo/event/template_event_order.php
foo/event/template_event_order.php
event/template_event_order.php
template_event_order.php
tests/functional/fixtures/ext/foo/foo/event/template_event_order_lower.php
functional/fixtures/ext/foo/foo/event/template_event_order_lower.php
fixtures/ext/foo/foo/event/template_event_order_lower.php
ext/foo/foo/event/template_event_order_lower.php
foo/foo/event/template_event_order_lower.php
foo/event/template_event_order_lower.php
event/template_event_order_lower.php
template_event_order_lower.php
tests/functional/fixtures/ext/foo/foo/config/resource.yml
functional/fixtures/ext/foo/foo/config/resource.yml
fixtures/ext/foo/foo/config/resource.yml
@@ -12946,6 +13022,9 @@ acp_storage_settings_test.php
tests/functional/subforum_test.php
functional/subforum_test.php
subforum_test.php
tests/functional/extension_template_event_order_test.php
functional/extension_template_event_order_test.php
extension_template_event_order_test.php
tests/functional/controllers_compatibility_test.php
functional/controllers_compatibility_test.php
controllers_compatibility_test.php
@@ -2668,10 +2668,14 @@ tests/functional/fixtures/ext/foo/bar/migrations/add_permission.php
tests/functional/fixtures/ext/foo/bar/migrations/add_mcp_module.php
tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/foobar_mcp.html
tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/foo_bar_body.html
tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/event/index_body_forumlist_body_before.html
tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/event/navbar_header_quick_links_after.html
tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/redirect_body.html
tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/foobar.html
tests/functional/fixtures/ext/foo/bar/event/template_event_order_higher.php
tests/functional/fixtures/ext/foo/bar/event/user_setup.php
tests/functional/fixtures/ext/foo/bar/event/permission.php
tests/functional/fixtures/ext/foo/bar/event/template_event_order.php
tests/functional/fixtures/ext/foo/bar/config/routing.yml
tests/functional/fixtures/ext/foo/bar/config/services.yml
tests/functional/fixtures/ext/foo/bar/controller/controller.php
@@ -2679,6 +2683,10 @@ tests/functional/fixtures/ext/foo/bar/composer.json
tests/functional/fixtures/ext/foo/bar/ucp/main_module.php
tests/functional/fixtures/ext/foo/bar/ucp/main_info.php
tests/functional/fixtures/ext/foo/foo/ext.php
tests/functional/fixtures/ext/foo/foo/styles/prosilver/template/event/index_body_forumlist_body_before.html
tests/functional/fixtures/ext/foo/foo/styles/prosilver/template/event/navbar_header_quick_links_after.html
tests/functional/fixtures/ext/foo/foo/event/template_event_order.php
tests/functional/fixtures/ext/foo/foo/event/template_event_order_lower.php
tests/functional/fixtures/ext/foo/foo/config/resource.yml
tests/functional/fixtures/ext/foo/foo/config/routing.yml
tests/functional/fixtures/ext/foo/foo/config/services.yml
@@ -2694,6 +2702,7 @@ tests/functional/acp_test.php
tests/functional/permission_roles_test.php
tests/functional/acp_storage_settings_test.php
tests/functional/subforum_test.php
tests/functional/extension_template_event_order_test.php
tests/functional/controllers_compatibility_test.php
tests/functional/forgot_password_test.php
tests/functional/common_groups_test_case.php