Skip to content

feat: Add Mixpanel tracking events for audit logs export flow (M2-10770) #2167

feat: Add Mixpanel tracking events for audit logs export flow (M2-10770)

feat: Add Mixpanel tracking events for audit logs export flow (M2-10770) #2167

Triggered via pull request July 6, 2026 14:18
Status Success
Total duration 17m 30s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint: src/modules/Auth/state/Auth.utils.ts#L40
Expected an assignment or function call and instead saw an expression
Lint: src/modules/Auth/state/Auth.utils.ts#L26
Expected an assignment or function call and instead saw an expression
Lint: src/modules/Auth/state/Auth.utils.ts#L24
Expected an assignment or function call and instead saw an expression
Lint: src/modules/Auth/state/Auth.thunk.test.ts#L79
Unexpected any. Specify a different type
Lint: src/modules/Auth/state/Auth.thunk.test.ts#L60
Unexpected any. Specify a different type
Lint: src/modules/Auth/pages/RecoverPassword/RecoverPassword.tsx#L68
Forbidden non-null assertion
Lint: src/modules/Auth/pages/RecoverPassword/RecoverPassword.tsx#L68
Forbidden non-null assertion
Lint: src/modules/Auth/features/Login/MFAForm/useMFAVerification.test.tsx#L312
Unexpected any. Specify a different type
Lint: src/modules/Auth/features/Login/MFAForm/useMFAVerification.test.tsx#L132
Unexpected any. Specify a different type
Lint: src/__mocks__/LookupTableUploader.tsx#L64
React Hook useEffect has a missing dependency: 'onFileReady'. Either include it or remove the dependency array. If 'onFileReady' changes too often, find the parent component that defines it and wrap that definition in useCallback