mirror of
https://github.com/github/codeql-action.git
synced 2026-05-17 08:40:16 +00:00
refactor: rename overlay-disabled reason and add changelog entry
This commit is contained in:
Generated
+1
-1
@@ -107294,7 +107294,7 @@ async function applyIncrementalAnalysisSettings(config, hasDiffRanges, codeql, l
|
||||
await addOverlayDisablementDiagnostics(
|
||||
config,
|
||||
codeql,
|
||||
"pr-diff-ranges-not-computed" /* PrDiffRangesNotComputed */
|
||||
"diff-informed-analysis-not-enabled" /* DiffInformedAnalysisNotEnabled */
|
||||
);
|
||||
}
|
||||
if (hasDiffRanges) {
|
||||
|
||||
Reference in New Issue
Block a user