mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
The previous implementation returned None if any of the paths in the changes JSON couldn't be canonicalized. This could happen for files that were deleted in the diff. Now, it just ignores paths for which canonicalize() fails.