mirror of
https://github.com/github/codeql-action.git
synced 2026-04-14 02:23:37 +00:00
Fix dependency cycle between trap-caching and init
This commit is contained in:
@@ -16,9 +16,9 @@ import * as codeql from "./codeql";
|
||||
import { AugmentationProperties, Config } from "./config-utils";
|
||||
import * as defaults from "./defaults.json";
|
||||
import { Feature, featureConfig } from "./feature-flags";
|
||||
import { ToolsSource } from "./init";
|
||||
import { Language } from "./languages";
|
||||
import { getRunnerLogger } from "./logging";
|
||||
import { ToolsSource } from "./setup-codeql";
|
||||
import {
|
||||
setupTests,
|
||||
createFeatures,
|
||||
|
||||
Reference in New Issue
Block a user