Skip to content

Commit 5180720

Browse files
committed
Changelog: Update release notes for version 2.21.1
Add details about bug fixes in CodeQL analysis for GitHub Actions. Clarify behavior with `paths-ignore` and `paths` configurations to improve performance on large codebases.
1 parent c22b8bd commit 5180720

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,26 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.21.1 (2025-04-22)
21+
22+
### Bugs fixed
23+
24+
- Fixed a bug in CodeQL analysis for GitHub Actions in the presence
25+
of a code scanning configuration file containing `paths-ignore`
26+
exclusion patterns but not `paths` inclusion patterns.
27+
Previously, such a configuration incorrectly led to all YAML, HTML,
28+
JSON, and JS source files being extracted,
29+
except for those filtered by `paths-ignore`.
30+
This in turn led to performance issues on large codebases.
31+
Now, only workflow and Action metadata YAML files relevant to the
32+
GitHub Actions analysis will be extracted,
33+
except for those filtered by `paths-ignore`.
34+
This matches the default behavior when no configuration file
35+
is provided.
36+
The handling of `paths` inclusion patterns is unchanged:
37+
if provided, only those paths will be considered,
38+
except for those filtered by `paths-ignore`.
39+
2040
## Release 2.21.0 (2025-04-03)
2141

2242
### Miscellaneous

0 commit comments

Comments
 (0)