Skip to content

Commit 56734ed

Browse files
committed
Update CHANGELOG.md for 2.23.1
1 parent 108cd20 commit 56734ed

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@
1717
you know what to do).
1818
-->
1919

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).
33+
2034
## Release 2.23.0 (2025-09-04)
2135

2236
### Miscellaneous

0 commit comments

Comments
 (0)