Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
[UNRELEASED]
No user facing changes.
2.1.21 - 25 Aug 2022
- Improve error messages when the code scanning configuration file includes an invalid
queries
block or an invalidquery-filters
block. #1208- Fix a bug where Go build tracing could fail on Windows. #1209
2.1.20 - 22 Aug 2022
No user facing changes.
2.1.19 - 17 Aug 2022
- Add the ability to filter queries from a code scanning run by using the
query-filters
option in the code scanning configuration file. #1098- In debug mode, debug artifacts are now uploaded even if a step in the Actions workflow fails. #1159
- Update default CodeQL bundle version to 2.10.3. #1178
- The combination of python2 and Pipenv is no longer supported. #1181
2.1.18 - 03 Aug 2022
- Update default CodeQL bundle version to 2.10.2. #1156
2.1.17 - 28 Jul 2022
- Update default CodeQL bundle version to 2.10.1. #1143
2.1.16 - 13 Jul 2022
- You can now quickly debug a job that uses the CodeQL Action by re-running the job from the GitHub UI and selecting the "Enable debug logging" option. #1132
- You can now see diagnostic messages produced by the analysis in the logs of the
analyze
Action by enabling debug mode. To enable debug mode, passdebug: true
to theinit
Action, or enable step debug logging. This feature is available for CodeQL CLI version 2.10.0 and later. #11332.1.15 - 28 Jun 2022
- CodeQL query packs listed in the
packs
configuration field will be skipped if their target language is not being analyzed in the current Actions job. Previously, this would throw an error. #1116- The combination of python2 and poetry is no longer supported. See actions/setup-python#374 for more details. #1124
- Update default CodeQL bundle version to 2.10.0. #1123
2.1.14 - 22 Jun 2022
No user facing changes.
2.1.13 - 21 Jun 2022
- Update default CodeQL bundle version to 2.9.4. #1100
2.1.12 - 01 Jun 2022
... (truncated)
c7f292e
Merge pull request #1212 from github/update-v2.1.21-21bf308700ef1ee
Update changelog for v2.1.2121bf308
Merge pull request #1211 from github/get-default-branch-correctly-schedule5960bff
When running on a schedule, make a better guess about whether we're analyzing...92c650b
Merge pull request #1210 from github/edoardo/record-db-creation-time8b45ef3
Telemetry: Record DB creation timee7d4da3
Merge pull request #1209 from github/henrymercer/fix-go-tracing-tests182342c
Remove unguarded Actions library querye195431
Override CODEQL_EXTRACTOR_GO_BUILD_TRACING
with on
when it's true
3069613
Prevent hangs in Go autobuild tests due to .NET keychain prompts