github / codeql-action

Actions for running CodeQL analysis
MIT License
1.16k stars 321 forks source link

Fix writing diagnostics on Windows #2430

Closed henrymercer closed 2 months ago

henrymercer commented 2 months ago

Fix an issue where the CodeQL Action could not write diagnostics on Windows by removing colons from the generated filename so it is valid on Windows.

Merge / deployment checklist

henrymercer commented 2 months ago

Checked that the diagnostics are being written correctly in the PR checks. We may want to add an automated test too, but I'm not sure it's worth it.