Skip to content

Commit 534bc63

Browse files
committed
Rename diff-filtering-utils.ts to diff-informed-analysis-utils.ts
1 parent 3fbee52 commit 534bc63

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/analyze.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { addDiagnostic, makeDiagnostic } from "./diagnostics";
1717
import {
1818
DiffThunkRange,
1919
writeDiffRangesJsonFile,
20-
} from "./diff-filtering-utils";
20+
} from "./diff-informed-analysis-utils";
2121
import { EnvVar } from "./environment";
2222
import { FeatureEnablement, Feature } from "./feature-flags";
2323
import { isScannedLanguage, Language } from "./languages";
File renamed without changes.

src/upload-lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import * as api from "./api-client";
1414
import { getGitHubVersion, wrapApiConfigurationError } from "./api-client";
1515
import { CodeQL, getCodeQL } from "./codeql";
1616
import { getConfig } from "./config-utils";
17-
import { readDiffRangesJsonFile } from "./diff-filtering-utils";
17+
import { readDiffRangesJsonFile } from "./diff-informed-analysis-utils";
1818
import { EnvVar } from "./environment";
1919
import { FeatureEnablement } from "./feature-flags";
2020
import * as fingerprints from "./fingerprints";

0 commit comments

Comments
 (0)