You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,20 @@
17
17
you know what to do).
18
18
-->
19
19
20
+
## Release 2.23.1 (2025-09-23)
21
+
22
+
### New features
23
+
24
+
- CodeQL now adds the sources and sinks of path alerts to the `relatedLocations`
25
+
property of SARIF results if they are not included as the primary location or
26
+
within the alert message. This means that path alerts will show on PRs if a
27
+
source or sink is added or modified, even for queries that don't follow the
28
+
common convention of selecting the sink as the primary location and mentioning
29
+
the source in the alert message.
30
+
31
+
- CodeQL now populates file coverage information for GitHub Actions on
32
+
[the tool status page for code scanning](https://docs.github.com/en/code-security/code-scanning/managing-your-code-scanning-configuration/about-the-tool-status-page#viewing-the-tool-status-page-for-a-repository).
0 commit comments