[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2026-04-14 09:41:00 +00:00
parent 7e22b1ffe8
commit 686da3c1df
42 changed files with 8087 additions and 2736 deletions
@@ -722,6 +722,7 @@ framework/core/js/tests/integration/common/components/ColorPreviewInput.test.ts
framework/core/js/tests/integration/common/components/FieldSet.test.ts
framework/core/js/tests/integration/common/components/Link.test.ts
framework/core/js/tests/integration/common/components/SelectDropdown.test.ts
framework/core/js/tests/integration/common/components/FormGroup.test.ts
framework/core/js/tests/integration/common/components/Input.test.ts
framework/core/js/tests/integration/common/components/Icon.test.ts
framework/core/js/tests/integration/common/components/MultiSelect.test.ts
@@ -814,11 +815,14 @@ framework/core/src/Extension/Exception/DependentExtensionsExceptionHandler.php
framework/core/src/Extension/Exception/MissingDependenciesExceptionHandler.php
framework/core/src/Extension/BisectState.php
framework/core/src/Extension/DefaultLanguagePackGuard.php
framework/core/src/Extension/AbandonedExtensionsFetcher.php
framework/core/src/Extension/ExtensionServiceProvider.php
framework/core/src/Extension/Command/ToggleExtension.php
framework/core/src/Extension/Command/ToggleExtensionHandler.php
framework/core/src/Extension/Console/ToggleExtensionCommand.php
framework/core/src/Extension/Console/BisectCommand.php
framework/core/src/Extension/Console/SyncAbandonedExtensionsCommand.php
framework/core/src/Extension/Console/WeeklySchedule.php
framework/core/src/Extension/Extension.php
framework/core/src/Install/StepFailed.php
framework/core/src/Install/ReversibleStep.php
@@ -1148,6 +1152,7 @@ framework/core/src/Api/Controller/ShowForumController.php
framework/core/src/Api/Controller/CreateTokenController.php
framework/core/src/Api/Controller/ReadAllNotificationsController.php
framework/core/src/Api/Controller/DeleteSettingsController.php
framework/core/src/Api/Controller/SyncAbandonedExtensionsController.php
framework/core/src/Api/Controller/SetSettingsController.php
framework/core/src/Api/Controller/SendTestMailController.php
framework/core/src/Api/Controller/SendConfirmationEmailController.php
@@ -1214,6 +1219,7 @@ framework/core/src/Mail/PostmarkDriver.php
framework/core/src/Mail/SmtpDriver.php
framework/core/src/Mail/MailgunDriver.php
framework/core/src/Mail/MutateEmail.php
framework/core/src/Mail/Job/SendAbandonedExtensionsEmailJob.php
framework/core/src/Mail/Job/SendInformationalEmailJob.php
framework/core/src/Mail/ValidatesMailSettings.php
framework/core/src/Mail/DriverInterface.php
@@ -1465,13 +1471,17 @@ framework/core/tests/integration/api/access_tokens/ListTest.php
framework/core/tests/integration/api/access_tokens/RemembererTest.php
framework/core/tests/integration/api/access_tokens/AccessTokenLifecycleTest.php
framework/core/tests/integration/api/users/CreateTest.php
framework/core/tests/integration/api/users/PasswordChangeSessionInvalidationTest.php
framework/core/tests/integration/api/users/ShowTest.php
framework/core/tests/integration/api/users/SendActivationEmailTest.php
framework/core/tests/integration/api/users/AvatarSrcsetTest.php
framework/core/tests/integration/api/users/DeleteTest.php
framework/core/tests/integration/api/users/ListTest.php
framework/core/tests/integration/api/users/PasswordEmailTokensTest.php
framework/core/tests/integration/api/users/PasswordResetTokenAccumulationTest.php
framework/core/tests/integration/api/users/GroupSearchTest.php
framework/core/tests/integration/api/users/SendPasswordResetEmailTest.php
framework/core/tests/integration/api/users/PasswordTokenExpiryTest.php
framework/core/tests/integration/api/users/UpdateTest.php
framework/core/tests/integration/api/notifications/DeleteTest.php
framework/core/tests/integration/api/notifications/ListTest.php
@@ -1481,6 +1491,7 @@ framework/core/tests/integration/api/groups/CreateTest.php
framework/core/tests/integration/api/groups/ShowTest.php
framework/core/tests/integration/api/groups/ListTest.php
framework/core/tests/integration/api/groups/OrderTest.php
framework/core/tests/integration/api/extensions/SyncAbandonedExtensionsTest.php
framework/core/tests/integration/api/announcements/ListTest.php
framework/core/tests/integration/api/posts/CreateTest.php
framework/core/tests/integration/api/posts/ShowTest.php
@@ -1556,9 +1567,11 @@ framework/core/tests/fixtures/writable_paths/writable/.keep
framework/core/tests/fixtures/.gitkeep
framework/core/tests/fixtures/views/override/frontend/app.blade.php
framework/core/tests/fixtures/views/test.blade.php
framework/core/tests/unit/Extension/AbandonedExtensionsFetcherTest.php
framework/core/tests/unit/Install/Prerequisite/WritablePathsTest.php
framework/core/tests/unit/Install/Steps/PublishAssetsTest.php
framework/core/tests/unit/Install/BaseUrlTest.php
framework/core/tests/unit/Queue/ExceptionHandlerTest.php
framework/core/tests/unit/Queue/DatabaseWorkerArgsTest.php
framework/core/tests/unit/Http/RouteCollectionTest.php
framework/core/tests/unit/Http/CookieFactoryTest.php
@@ -1599,11 +1612,13 @@ framework/core/views/install/logo.svg
framework/core/views/install/update.php
framework/core/views/install/app.php
framework/core/views/log-out.blade.php
framework/core/views/email/html/abandoned_extensions/notify.blade.php
framework/core/views/email/html/information.blade.php
framework/core/views/email/html/notification.blade.php
framework/core/views/email/html/information/generic.blade.php
framework/core/views/email/plain.blade.php
framework/core/views/email/html.blade.php
framework/core/views/email/plain/abandoned_extensions/notify.blade.php
framework/core/views/email/plain/information.blade.php
framework/core/views/email/plain/notification.blade.php
framework/core/views/email/plain/information/generic.blade.php
@@ -2526,6 +2541,7 @@ extensions/tags/tests/integration/api/tags/ListWithFulltextSearchTest.php
extensions/tags/tests/integration/api/discussions/CreateTest.php
extensions/tags/tests/integration/api/discussions/ListTest.php
extensions/tags/tests/integration/api/discussions/UpdateTest.php
extensions/tags/tests/integration/api/discussions/TagFilterTest.php
extensions/tags/tests/integration/RetrievesRepresentativeTags.php
extensions/tags/tests/integration/visibility/DiscussionVisibilityTest.php
extensions/tags/tests/integration/authorization/GlobalPolicyTest.php