Skip to content

Add Encryption for GPQA #678

Add Encryption for GPQA

Add Encryption for GPQA #678

Triggered via pull request December 18, 2024 04:49
Status Failure
Total duration 43s
Artifacts

frontend.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: helm-frontend/src/services/getDisplayPredictionsByName.ts#L65
Unsafe assignment of an `any` value
test: helm-frontend/src/services/getDisplayPredictionsByName.ts#L69
Unsafe assignment of an `any` value
test: helm-frontend/src/services/getDisplayPredictionsByName.ts#L69
Unsafe member access [encryptedText] on an `any` value
test: helm-frontend/src/services/getDisplayPredictionsByName.ts#L74
Unsafe argument of type `any` assigned to a parameter of type `string`
test: helm-frontend/src/services/getDisplayPredictionsByName.ts#L74
Unsafe member access .ciphertext on an `any` value
test: helm-frontend/src/services/getDisplayPredictionsByName.ts#L75
Unsafe argument of type `any` assigned to a parameter of type `string`
test: helm-frontend/src/services/getDisplayPredictionsByName.ts#L75
Unsafe member access .key on an `any` value
test: helm-frontend/src/services/getDisplayPredictionsByName.ts#L76
Unsafe argument of type `any` assigned to a parameter of type `string`
test: helm-frontend/src/services/getDisplayPredictionsByName.ts#L76
Unsafe member access .iv on an `any` value
test: helm-frontend/src/services/getDisplayPredictionsByName.ts#L77
Unsafe argument of type `any` assigned to a parameter of type `string`
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test: helm-frontend/src/components/Instances.tsx#L102
React Hook useEffect has a missing dependency: 'userAgreed'. Either include it or remove the dependency array