ci: update codeql analyze version #16
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
src/auth.ts#L7
'token' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/database/joke.ts#L1
'Flag' is defined but never used
|
Lint:
src/database/joke.ts#L9
'amount' is assigned a value but never used
|
Lint:
src/database/submission.ts#L12
'submission' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/database/submission.ts#L17
'submissionId' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/meter.ts#L1
'meter' is defined but never used
|
Lint:
src/routes/joke.ts#L4
'req' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/routes/joke.ts#L4
'res' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/routes/submission.ts#L4
'req' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/routes/submission.ts#L4
'res' is defined but never used. Allowed unused args must match /^_/u
|
Loading