Skip to content

[GHA] Dependabot: Bump actions/checkout from 4 to 7 #2173

[GHA] Dependabot: Bump actions/checkout from 4 to 7

[GHA] Dependabot: Bump actions/checkout from 4 to 7 #2173

Triggered via pull request July 20, 2026 09:22
Status Success
Total duration 18m 56s
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