Set CODEQL_EXTRACTOR_GO_BUILD_TRACING in init

This commit is contained in:
Angela P Wen
2022-11-07 11:25:44 -08:00
parent fb067ddd5a
commit 7eaadbcbf7
6 changed files with 9 additions and 31 deletions
-6
View File
@@ -1,5 +1,3 @@
import * as core from "@actions/core";
import { Logger } from "./logging";
// All the languages supported by CodeQL
@@ -47,10 +45,6 @@ export function isTracedLanguage(language: Language, logger: Logger): boolean {
);
}
if (language === Language.go) {
core.exportVariable("CODEQL_EXTRACTOR_GO_BUILD_TRACING", "on");
}
return [
Language.cpp,
Language.csharp,