Update CHANGELOG.md

Add missing work and make it clear that failure only applies when trying to downgrade to 3.11.
This commit is contained in:
Andrew Eisenberg 2023-10-07 09:30:52 -07:00 committed by GitHub
parent 0d5c2e0228
commit 0a0988c4b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
## [UNRELEASED]
- Add a workaround python 3.12, which is not supported in CodeQL CLI version 2.14.6 or earlier. If you are running an analysis on Windows and using python 3.12 or later, the CodeQL Action will switch to running python 3.11. If python 3.11 is not found, then the workflow will fail.
- Add a workaround for python 3.12, which is not supported in CodeQL CLI version 2.14.6 or earlier. If you are running an analysis on Windows and using python 3.12 or later, the CodeQL Action will switch to running python 3.11. In this case, if python 3.11 is not found, then the workflow will fail.
## 2.22.0 - 06 Oct 2023