[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-11-10 10:08:37 +00:00
parent 60da6bb566
commit c75088bdaf
12 changed files with 4334 additions and 1388 deletions
@@ -1245,7 +1245,9 @@ framework/core/tests/unit/Foundation/ErrorHandling/ExceptionHandler/ValidationEx
framework/core/tests/unit/Foundation/RouteCollectionTest.php
framework/core/tests/unit/Foundation/ContainerUtilTest.php
framework/core/tests/unit/Foundation/PathsTest.php
framework/core/tests/unit/Foundation/FontAwesomeTest.php
framework/core/tests/unit/.gitkeep
framework/core/tests/unit/Queue/DatabaseWorkerArgsTest.php
framework/core/tests/unit/Install/Prerequisite/WritablePathsTest.php
framework/core/tests/unit/Install/BaseUrlTest.php
framework/core/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php
@@ -1254,8 +1256,12 @@ framework/core/tests/unit/Http/CookieFactoryTest.php
framework/core/tests/unit/Http/RouteCollectionTest.php
framework/core/tests/unit/User/AbstractPolicyTest.php
framework/core/tests/unit/User/AvatarUploaderTest.php
framework/core/tests/integration/frontend/FontAwesomeLoadingTest.php
framework/core/tests/integration/policy/DiscussionPolicyTest.php
framework/core/tests/integration/policy/PostPolicyTest.php
framework/core/tests/integration/queue/QueueServiceProviderTest.php
framework/core/tests/integration/queue/QueueCommandTest.php
framework/core/tests/integration/queue/QueueScheduleTest.php
framework/core/tests/integration/slugger/SlugDriverTest.php
framework/core/tests/integration/middleware/ReferrerPolicyTest.php
framework/core/tests/integration/middleware/ContentTypeOptionsTest.php
@@ -2108,6 +2114,7 @@ framework/core/src/Extend/ErrorHandling.php
framework/core/src/Foundation/ErrorServiceProvider.php
framework/core/src/Foundation/HighMaintenanceModeHandler.php
framework/core/src/Foundation/UninstalledSite.php
framework/core/src/Foundation/FontAwesome.php
framework/core/src/Foundation/EventGeneratorTrait.php
framework/core/src/Foundation/Config.php
framework/core/src/Foundation/AbstractValidator.php
@@ -2207,11 +2214,14 @@ framework/core/src/Extension/Command/ToggleExtension.php
framework/core/src/Update/Controller/IndexController.php
framework/core/src/Update/Controller/UpdateController.php
framework/core/src/Update/UpdateServiceProvider.php
framework/core/src/Queue/DatabaseUuidFailedJobProvider.php
framework/core/src/Queue/QueueServiceProvider.php
framework/core/src/Queue/QueueFactory.php
framework/core/src/Queue/ExceptionHandler.php
framework/core/src/Queue/AbstractJob.php
framework/core/src/Queue/QueueRestarter.php
framework/core/src/Queue/Console/WorkCommand.php
framework/core/src/Queue/Console/DatabaseWorkerArgs.php
framework/core/src/Queue/Console/ListenCommand.php
framework/core/src/Queue/Listener.php
framework/core/src/Install/BaseUrl.php
@@ -2664,6 +2674,7 @@ framework/core/migrations/2022_07_14_000000_add_type_index_to_posts.php
framework/core/migrations/2022_08_06_000000_change_access_tokens_last_activity_at_to_nullable.php
framework/core/migrations/2020_04_21_130500_change_permission_groups_add_is_hidden.php
framework/core/migrations/2019_10_12_195349_change_posts_add_discussion_foreign_key.php
framework/core/migrations/2025_10_11_000001_create_queue_failed_jobs.php
framework/core/migrations/2018_01_11_095000_change_api_keys_columns.php
framework/core/migrations/2021_03_02_040500_change_access_tokens_add_id.php
framework/core/migrations/2018_01_30_112238_add_fulltext_index_to_discussions_title.php
@@ -2706,6 +2717,7 @@ framework/core/migrations/2018_10_08_144700_add_shim_prefix_to_group_icons.php
framework/core/migrations/2018_01_18_135000_change_posts_rename_columns.php
framework/core/migrations/2018_09_15_043337_add_notifications_indices.php
framework/core/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php
framework/core/migrations/2025_10_11_000000_create_queue_jobs.php
framework/core/migrations/2015_02_24_000000_create_permissions_table.php
framework/core/migrations/2015_02_24_000000_create_api_keys_table.php
framework/core/migrations/2018_01_11_101800_rename_auth_tokens_to_registration_tokens.php