[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-06-26 10:04:23 +00:00
parent 3fd51634d3
commit a41d48db8d
20 changed files with 1183 additions and 1115 deletions
@@ -305,6 +305,7 @@ resources/views/reports/licenses.blade.php
resources/views/reports/unaccepted_assets.blade.php
resources/views/reports/audit.blade.php
resources/views/reports/asset.blade.php
resources/views/mail/markdown/checkout-acceptance-response.blade.php
resources/views/mail/markdown/checkout-asset.blade.php
resources/views/mail/markdown/checkout-accessory.blade.php
resources/views/mail/markdown/checkout-consumable.blade.php
@@ -6418,6 +6419,7 @@ tests/Feature/StatusLabels/Ui/IndexStatusLabelsTest.php
tests/Feature/StatusLabels/Ui/CreateStatusLabelTest.php
tests/Feature/StatusLabels/Ui/ShowStatusLabelTest.php
tests/Feature/StatusLabels/Api/DeleteStatusLabelsTest.php
tests/Feature/Checkouts/General/SettingAlertOnResponseTest.php
tests/Feature/Checkouts/Ui/ConsumableCheckoutTest.php
tests/Feature/Checkouts/Ui/LicenseCheckoutTest.php
tests/Feature/Checkouts/Ui/BulkAssetCheckoutTest.php
@@ -6508,6 +6510,7 @@ tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php
tests/Feature/Notifications/Email/EmailNotificationsToAdminAlertEmailUponCheckoutTest.php
tests/Feature/Notifications/Email/EmailNotificationsToUserUponCheckinTest.php
tests/Feature/Notifications/Email/EmailNotificationsToUserUponCheckoutTest.php
tests/Feature/Notifications/Email/CheckoutResponseEmailTest.php
tests/Feature/Notifications/Email/AssetAcceptanceReminderTest.php
tests/Feature/Notifications/Email/EmailNotificationsToAdminAlertEmailUponCheckinTest.php
tests/Feature/CustomFields/Api/DeleteCustomFieldsTest.php
@@ -6795,6 +6798,7 @@ database/migrations/2013_11_25_104343_alter_warranty_column_on_assets.php
database/migrations/2013_11_13_075347_create_manufacturers_table.php
database/migrations/2018_01_24_062633_add_footer_settings_to_settings.php
database/migrations/2019_02_21_224703_make_fields_nullable_for_integrity.php
database/migrations/2025_06_05_200518_add_alert_on_response_id_to_checkout_acceptances_table.php
database/migrations/2015_02_12_001312_add_mac_address_to_asset.php
database/migrations/2023_12_19_081112_fix_language_dirs.php
database/migrations/2016_08_23_143353_add_new_fields_to_custom_fields.php
@@ -7121,6 +7125,7 @@ database/migrations/2019_12_04_223111_passport_upgrade.php
database/migrations/2016_03_02_193043_add_ldap_flag_to_users.php
database/migrations/2016_09_23_140722_fix_modelno_in_consumables_to_string.php
database/migrations/2022_02_10_110210_add_company_id_to_locations.php
database/migrations/2025_06_05_204139_add_alert_on_response_to_categories_table.php
database/migrations/2016_07_22_003348_fix_custom_fields_regex_stuff.php
database/migrations/2015_06_15_183253_move_email_to_username.php
database/migrations/2017_08_25_101435_add_auditing_to_settings.php
@@ -7297,6 +7302,7 @@ app/Mail/CheckinAccessoryMail.php
app/Mail/CheckoutConsumableMail.php
app/Mail/CheckinLicenseMail.php
app/Mail/ExpiringLicenseMail.php
app/Mail/CheckoutAcceptanceResponseMail.php
app/Helpers/StorageHelper.php
app/Helpers/Helper.php
app/Helpers/IconHelper.php