File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ import {
1414import { getAnalysisKey , getApiClient } from "./api-client" ;
1515import type { Config } from "./config/action-config" ;
1616import { parseRegistriesWithoutCredentials } from "./config/pack-registries" ;
17- import { DependencyCacheRestoreStatusReport } from "./dependency-caching" ;
17+ import type { DependencyCacheRestoreStatusReport } from "./dependency-caching" ;
1818import { DocUrl } from "./doc-url" ;
1919import { EnvVar } from "./environment" ;
2020import { getRef } from "./git-utils" ;
21- import { Logger } from "./logging" ;
22- import { OverlayBaseDatabaseDownloadStats } from "./overlay/caching" ;
21+ import type { Logger } from "./logging" ;
22+ import type { OverlayBaseDatabaseDownloadStats } from "./overlay/caching" ;
2323import { getRepositoryNwo } from "./repository" ;
24- import { ToolsSource } from "./setup-codeql" ;
24+ import type { ToolsSource } from "./setup-codeql" ;
2525import {
2626 ConfigurationError ,
2727 getRequiredEnvParam ,
You can’t perform that action at this time.
0 commit comments