8000 Add changenote for Python 3.12 incompatibility on MacOS by aeisenberg · Pull Request #1979 · github/codeql-action · GitHub
[go: up one dir, main page]

Skip to content

Add changenote for Python 3.12 incompatibility on MacOS #1979

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG.md
Co-authored-by: Henry Mercer <henry.mercer@me.com>
  • Loading branch information
aeisenberg and henrymercer authored Nov 2, 2023
commit ed686ed4b3882fd21d4408243ca5465b60583c6b
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th

## [UNRELEASED]

- The CodeQL Action does not support running Python 3.12 analyses on MacOS runners for versions of CodeQL older than 2.15.0. If you having this problem, either upgrade your CodeQL version to 2.15.0 or later, or downgrade your python version to 3.11 or earlier.
- Customers running Python analysis on macOS using version 2.14.6 or earlier of the CodeQL CLI should upgrade to CodeQL CLI version 2.15.0 or later. If you do not wish to upgrade the CodeQL CLI, ensure that you are using Python version 3.11 or earlier, as CodeQL version 2.14.6 and earlier do not support Python 3.12. You can achieve this by adding a [`setup-python`](https://github.com/actions/setup-python) step to your code scanning workflow before the step that invokes `github/codeql-action/init`.

## 2.22.5 - 27 Oct 2023

Expand Down
0