Remove support for empty analysis keys from runner

This commit is contained in:
Henry Mercer 2022-11-14 18:55:31 +00:00
parent 3d46406f3b
commit 8ecbaea022
6 changed files with 10 additions and 59 deletions

3
lib/util.js generated
View file

@ -332,8 +332,7 @@ function assertNever(value) {
exports.assertNever = assertNever;
/**
* Environment variables to be set by codeql-action and used by the
* CLI. These environment variables are relevant for both the runner
* and the action.
* CLI.
*/
var EnvVar;
(function (EnvVar) {