File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import * as sinon from "sinon";
77
88import * as actionsUtil from "../actions-util" ;
99import * as apiClient from "../api-client" ;
10- import { ResolveDatabaseOutput } from "../codeql" ;
10+ import { type ResolveDatabaseOutput } from "../codeql" ;
1111import * as gitUtils from "../git-utils" ;
1212import { BuiltInLanguage } from "../languages" ;
1313import { getRunnerLogger } from "../logging" ;
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import { createCacheKeyHash } from "../caching-utils";
1313import { type CodeQL } from "../codeql" ;
1414import { type Config } from "../config-utils" ;
1515import { getCommitOid } from "../git-utils" ;
16- import { Language , parseBuiltInLanguage } from "../languages" ;
17- import { Logger , withGroupAsync } from "../logging" ;
16+ import { type Language , parseBuiltInLanguage } from "../languages" ;
17+ import { type Logger , withGroupAsync } from "../logging" ;
1818import {
1919 CleanupLevel ,
2020 getBaseDatabaseOidsFilePath ,
You can’t perform that action at this time.
0 commit comments