mirror of
https://github.com/github/codeql-action.git
synced 2026-06-01 11:24:30 +00:00
Fixed tests due to stale language.ts obscuring language/index.ts import when done at module level
This commit is contained in:
@@ -13,7 +13,7 @@ import { type CodeQL } from "./codeql";
|
||||
import { Config } from "./config-utils";
|
||||
import { EnvVar } from "./environment";
|
||||
import * as json from "./json";
|
||||
import { Language } from "./languages";
|
||||
import { Language } from "./languages/index";
|
||||
import { Logger, withGroup } from "./logging";
|
||||
import {
|
||||
isSafeArtifactUpload,
|
||||
|
||||
Reference in New Issue
Block a user