File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import {
2424 shouldRestoreCache ,
2525} from "./caching-utils" ;
2626import { CodeQL } from "./codeql" ;
27+ import { resolveToolsInput } from "./config/resolve-tools-input" ;
2728import * as configUtils from "./config-utils" ;
2829import {
2930 DependencyCacheRestoreStatusReport ,
@@ -58,7 +59,6 @@ import {
5859} from "./overlay/caching" ;
5960import { OverlayDatabaseMode } from "./overlay/overlay-database-mode" ;
6061import { getRepositoryNwo } from "./repository" ;
61- import { resolveToolsInput } from "./config/resolve-tools-input" ;
6262import { ToolsSource } from "./setup-codeql" ;
6363import {
6464 ActionName ,
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ import {
1111import { AnalysisKind , getAnalysisKinds } from "./analyses" ;
1212import { getGitHubVersion } from "./api-client" ;
1313import { CodeQL } from "./codeql" ;
14+ import { resolveToolsInput } from "./config/resolve-tools-input" ;
1415import { getRawLanguagesNoAutodetect } from "./config-utils" ;
1516import { EnvVar } from "./environment" ;
1617import { initFeatures } from "./feature-flags" ;
1718import { loadRepositoryProperties } from "./feature-flags/properties" ;
1819import { initCodeQL } from "./init" ;
1920import { getActionsLogger , Logger } from "./logging" ;
2021import { getRepositoryNwo } from "./repository" ;
21- import { resolveToolsInput } from "./config/resolve-tools-input" ;
2222import { ToolsSource } from "./setup-codeql" ;
2323import {
2424 ActionName ,
You can’t perform that action at this time.
0 commit comments