Skip to content

Commit 1401586

Browse files
Update CHANGELOG wording
Co-authored-by: Henry Mercer <[email protected]>
1 parent 3f0cb87 commit 1401586

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
66

77
## [UNRELEASED]
88

9-
* 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).
9+
- 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:
10+
11+
- The `setup-python-dependencies` input to the `init` Action
12+
- The `CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION` environment variable
13+
14+
We recommend removing any references to these from your workflows.
1015

1116
## 3.24.10 - 05 Apr 2024
1217

0 commit comments

Comments
 (0)