Skip to content
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

Delete python dependency installation code #2224

Merged
merged 21 commits into from
Apr 9, 2024
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 wording
Co-authored-by: Henry Mercer <henrymercer@github.com>
  • Loading branch information
RasmusWL and henrymercer authored Apr 8, 2024
commit 140158642f3dc568958102d5ae6e15c3721a5cd9
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the

## [UNRELEASED]

* Removed the deprecated option for opting into Python analysis to extract dependencies when environment variable was set (as highlighted we would do in the release notes for 3.23.0).
- The deprecated feature for extracting dependencies for a Python analysis has been removed. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0. As a result, the following inputs and environment variables are now ignored:

- The `setup-python-dependencies` input to the `init` Action
- The `CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION` environment variable

We recommend removing any references to these from your workflows.

## 3.24.10 - 05 Apr 2024

Expand Down
Loading