[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2023-11-27 00:19:49 +00:00
parent d02c14efe6
commit 8364894040
13 changed files with 452 additions and 1287 deletions

View File

@ -54265,6 +54265,12 @@ htdocs/core/modules/modZapier.class.php
core/modules/modZapier.class.php
modules/modZapier.class.php
modZapier.class.php
htdocs/core/modules/hrm/doc/pdf_standard.modules.php
core/modules/hrm/doc/pdf_standard.modules.php
modules/hrm/doc/pdf_standard.modules.php
hrm/doc/pdf_standard.modules.php
doc/pdf_standard.modules.php
pdf_standard.modules.php
htdocs/core/modules/hrm/modules_evaluation.php
core/modules/hrm/modules_evaluation.php
modules/hrm/modules_evaluation.php

View File

@ -10871,6 +10871,7 @@ htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php
htdocs/core/modules/stock/modules_stock.php
htdocs/core/modules/modLabel.class.php
htdocs/core/modules/modZapier.class.php
htdocs/core/modules/hrm/doc/pdf_standard.modules.php
htdocs/core/modules/hrm/modules_evaluation.php
htdocs/core/modules/hrm/mod_evaluation_standard.php
htdocs/core/modules/hrm/mod_evaluation_advanced.php

View File

@ -45898,6 +45898,13 @@ tests/src/Unit/ProjectCoreCompatibilityTest.php
src/Unit/ProjectCoreCompatibilityTest.php
Unit/ProjectCoreCompatibilityTest.php
ProjectCoreCompatibilityTest.php
core/modules/update/tests/src/Unit/UpdateMailTest.php
modules/update/tests/src/Unit/UpdateMailTest.php
update/tests/src/Unit/UpdateMailTest.php
tests/src/Unit/UpdateMailTest.php
src/Unit/UpdateMailTest.php
Unit/UpdateMailTest.php
UpdateMailTest.php
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
update/tests/src/Unit/Menu/UpdateLocalTasksTest.php

View File

@ -6920,6 +6920,7 @@ core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php
core/modules/update/tests/src/Unit/UpdateFetcherTest.php
core/modules/update/tests/src/Unit/ProjectReleaseTest.php
core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php
core/modules/update/tests/src/Unit/UpdateMailTest.php
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
core/modules/update/tests/src/Functional/UpdateUploadTest.php
core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php

View File

@ -50126,6 +50126,10 @@ upgrades/8.1/scripts/AfterUpgrade.php
8.1/scripts/AfterUpgrade.php
scripts/AfterUpgrade.php
AfterUpgrade.php
upgrades/8.1/scripts/BeforeUpgrade.php
8.1/scripts/BeforeUpgrade.php
scripts/BeforeUpgrade.php
BeforeUpgrade.php
upgrades/8.1/data.json
8.1/data.json
data.json

View File

@ -7964,6 +7964,7 @@ upgrades/7.4/data.json
upgrades/7.1/scripts/AfterUpgrade.php
upgrades/7.1/data.json
upgrades/8.1/scripts/AfterUpgrade.php
upgrades/8.1/scripts/BeforeUpgrade.php
upgrades/8.1/data.json
upgrades/6.1.5-6.1.6/scripts/AfterUpgrade.php
upgrades/6.1.5-6.1.6/data.json

View File

@ -89,13 +89,6 @@ admin/controller/catalog/attribute.php
controller/catalog/attribute.php
catalog/attribute.php
attribute.php
upload/extension/ocmod/system/library/template/template.php
extension/ocmod/system/library/template/template.php
ocmod/system/library/template/template.php
system/library/template/template.php
library/template/template.php
template/template.php
template.php
upload/extension/index.html
extension/index.html
index.html

View File

@ -17,7 +17,6 @@ upload/extension/oc_ocmod_example/ocmod/test1.ocmod.xml
upload/extension/ocmod/admin/model/catalog/attribute.php
upload/extension/ocmod/admin/view/template/catalog/attribute.twig
upload/extension/ocmod/admin/controller/catalog/attribute.php
upload/extension/ocmod/system/library/template/template.php
upload/extension/index.html
upload/extension/opencart/install.json
upload/extension/opencart/admin/language/en-gb/report/subscription.php

View File

@ -305,12 +305,12 @@ AdminTaxonAjaxTest.php
tests/Controller/AdminProductAjaxTest.php
Controller/AdminProductAjaxTest.php
AdminProductAjaxTest.php
tests/Controller/SessionAwareAjaxTest.php
Controller/SessionAwareAjaxTest.php
SessionAwareAjaxTest.php
tests/Controller/XFrameOptionsTest.php
Controller/XFrameOptionsTest.php
XFrameOptionsTest.php
tests/Controller/SessionAwareAjaxTestCase.php
Controller/SessionAwareAjaxTestCase.php
SessionAwareAjaxTestCase.php
tests/Model/OrderAdjustmentsRecalculationTest.php
Model/OrderAdjustmentsRecalculationTest.php
OrderAdjustmentsRecalculationTest.php
@ -60007,10 +60007,6 @@ features/addressing/managing_countries/editing_country.feature
addressing/managing_countries/editing_country.feature
managing_countries/editing_country.feature
editing_country.feature
features/addressing/managing_countries/country_unique_code_validation.feature
addressing/managing_countries/country_unique_code_validation.feature
managing_countries/country_unique_code_validation.feature
country_unique_code_validation.feature
features/addressing/managing_countries/adding_country.feature
addressing/managing_countries/adding_country.feature
managing_countries/adding_country.feature
@ -60019,6 +60015,10 @@ features/addressing/managing_countries/province_validation.feature
addressing/managing_countries/province_validation.feature
managing_countries/province_validation.feature
province_validation.feature
features/addressing/managing_countries/country_validation.feature
addressing/managing_countries/country_validation.feature
managing_countries/country_validation.feature
country_validation.feature
features/addressing/managing_countries/managing_provinces_of_country.feature
addressing/managing_countries/managing_provinces_of_country.feature
managing_countries/managing_provinces_of_country.feature

View File

@ -127,8 +127,8 @@ tests/Responses/ajax/product_variant/index_response.json
tests/Controller/AdminProductVariantAjaxTest.php
tests/Controller/AdminTaxonAjaxTest.php
tests/Controller/AdminProductAjaxTest.php
tests/Controller/SessionAwareAjaxTest.php
tests/Controller/XFrameOptionsTest.php
tests/Controller/SessionAwareAjaxTestCase.php
tests/Model/OrderAdjustmentsRecalculationTest.php
tests/Fixture/ProductAttributeFixturesTest.php
tests/Api/Responses/.editorconfig
@ -8780,9 +8780,9 @@ features/addressing/managing_zones/browsing_zone.feature
features/addressing/managing_zones/zone_unique_code_validation.feature
features/addressing/managing_countries/adding_country_with_provinces.feature
features/addressing/managing_countries/editing_country.feature
features/addressing/managing_countries/country_unique_code_validation.feature
features/addressing/managing_countries/adding_country.feature
features/addressing/managing_countries/province_validation.feature
features/addressing/managing_countries/country_validation.feature
features/addressing/managing_countries/managing_provinces_of_country.feature
features/addressing/managing_countries/province_unique_fields_validation.feature
features/currency/managing_exchange_rates/adding_exchange_rate.feature