Skip to content

Commit 69c9e8c

Browse files
committed
Mark some status-report imports as type-only to avoid circular dependencies
1 parent 73f4741 commit 69c9e8c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/status-report.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ import {
1414
import { getAnalysisKey, getApiClient } from "./api-client";
1515
import type { Config } from "./config/action-config";
1616
import { parseRegistriesWithoutCredentials } from "./config/pack-registries";
17-
import { DependencyCacheRestoreStatusReport } from "./dependency-caching";
17+
import type { DependencyCacheRestoreStatusReport } from "./dependency-caching";
1818
import { DocUrl } from "./doc-url";
1919
import { EnvVar } from "./environment";
2020
import { 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";
2323
import { getRepositoryNwo } from "./repository";
24-
import { ToolsSource } from "./setup-codeql";
24+
import type { ToolsSource } from "./setup-codeql";
2525
import {
2626
ConfigurationError,
2727
getRequiredEnvParam,

0 commit comments

Comments
 (0)