\Hooks::run is deprecated. \MediaWiki\HookContainer\HookContainer::run() should be used instead
See T240307: Hook container with strong types and DI for context.
Create a service holding the hook container i.e. WikibaseClient.HookRunner and inject that instead.
see [T254558] for examples