[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-07-27 10:04:13 +00:00
parent 24d72f8be6
commit 2e79cb02c1
22 changed files with 2552 additions and 1503 deletions
@@ -1260,6 +1260,7 @@ app/bundles/PluginBundle/Event/PluginIntegrationRequestEvent.php
app/bundles/PluginBundle/Event/AbstractPluginIntegrationEvent.php
app/bundles/PluginBundle/Event/PluginUpdateEvent.php
app/bundles/PluginBundle/Event/PluginIntegrationAuthRedirectEvent.php
app/bundles/PluginBundle/Event/PluginIsPublishedEvent.php
app/bundles/PluginBundle/Event/PluginIntegrationEvent.php
app/bundles/PluginBundle/Entity/IntegrationEntity.php
app/bundles/PluginBundle/Entity/PluginRepository.php
@@ -1267,10 +1268,16 @@ app/bundles/PluginBundle/Entity/IntegrationRepository.php
app/bundles/PluginBundle/Entity/Integration.php
app/bundles/PluginBundle/Entity/IntegrationEntityRepository.php
app/bundles/PluginBundle/Entity/Plugin.php
app/bundles/PluginBundle/Tests/Controller/PluginControllerTest.php
app/bundles/PluginBundle/Tests/Event/PluginIsPublishedEventTest.php
app/bundles/PluginBundle/Tests/Entity/IntegrationEntityRepositoryTest.php
app/bundles/PluginBundle/Tests/Entity/PluginTest.php
app/bundles/PluginBundle/Tests/DependencyInjection/Compiler/TestPass.php
app/bundles/PluginBundle/Tests/Exception/ApiErrorExceptionTest.php
app/bundles/PluginBundle/Tests/Integration/ClientFactory.php
app/bundles/PluginBundle/Tests/Integration/AbstractIntegrationTest.php
app/bundles/PluginBundle/Tests/Integration/AbstractIntegrationTestCase.php
app/bundles/PluginBundle/Tests/Form/Constraint/CanPublishValidatorTest.php
app/bundles/PluginBundle/Tests/Form/Type/DetailsTypeTest.php
app/bundles/PluginBundle/Tests/Form/Type/IntegrationsListTypeTest.php
app/bundles/PluginBundle/Tests/EventListener/IntegrationSubscriberTest.php
@@ -1298,6 +1305,8 @@ app/bundles/PluginBundle/Facade/ReloadFacade.php
app/bundles/PluginBundle/Bundle/PluginDatabase.php
app/bundles/PluginBundle/Bundle/PluginBundleBase.php
app/bundles/PluginBundle/MauticPluginBundle.php
app/bundles/PluginBundle/Form/Constraint/CanPublish.php
app/bundles/PluginBundle/Form/Constraint/CanPublishValidator.php
app/bundles/PluginBundle/Form/Type/IntegrationsListType.php
app/bundles/PluginBundle/Form/Type/FieldsType.php
app/bundles/PluginBundle/Form/Type/IntegrationCampaignsType.php