mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 10:11:48 +00:00
WIP: Move generation out absolute paths for diff-informed PR ranges
This commit is contained in:
Generated
+1
-1
@@ -89093,7 +89093,7 @@ Error Response: ${JSON.stringify(error2.response, null, 2)}`
|
||||
}
|
||||
}
|
||||
function getDiffRanges(fileDiff, logger) {
|
||||
const filename = path10.join(getRequiredInput("checkout_path"), fileDiff.filename).replaceAll(path10.sep, "/");
|
||||
const filename = fileDiff.filename;
|
||||
if (fileDiff.patch === void 0) {
|
||||
if (fileDiff.changes === 0) {
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user