Code scanning - action #318
Annotations
7 errors and 2 warnings
|
CodeQL-Build
Process completed with exit code 1.
|
|
test/curl/easy.spec.ts > easy > callbacks > TRAILERFUNCTION - should throw error if has invalid return type:
test/curl/easy.spec.ts#L129
AssertionError: expected [Function] to throw an error
- Expected:
null
+ Received:
undefined
❯ test/curl/easy.spec.ts:129:38
|
|
test/curl/easy.spec.ts > easy > callbacks > TRAILERFUNCTION - should rethrow error:
test/curl/easy.spec.ts#L108
AssertionError: expected [Function] to throw an error
- Expected:
null
+ Received:
undefined
❯ test/curl/easy.spec.ts:108:38
|
|
test/curl/easy.spec.ts > easy > callbacks > READFUNCTION - should throw error if has invalid return type:
test/curl/easy.spec.ts#L86
AssertionError: expected [Function] to throw an error
- Expected:
null
+ Received:
undefined
❯ test/curl/easy.spec.ts:86:36
|
|
test/curl/easy.spec.ts > easy > callbacks > READFUNCTION - should rethrow error:
test/curl/easy.spec.ts#L77
AssertionError: expected [Function] to throw an error
- Expected:
null
+ Received:
undefined
❯ test/curl/easy.spec.ts:77:36
|
|
Unhandled error:
test/curl/hsts.spec.ts#L323
AssertionError: expected 2 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 2
❯ Curl.<anonymous> test/curl/hsts.spec.ts:323:45
❯ Curl.emit node:events:524:28
❯ Curl.onError lib/Curl.ts:312:10
❯ Easy.<anonymous> lib/Curl.ts:101:19
This error originated in "test/curl/hsts.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "returning invalid data from HSTSREADFUNCTION should throw an error". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
CodeQL-Build
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
|
|
CodeQL-Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
CodeQL-Build
1 issue was detected with this workflow: git checkout HEAD^2 is no longer necessary. Please remove this step as Code Scanning recommends analyzing the merge commit for best results.
|