Skip to content

Commit dd2106d

Browse files
authored
Merge branch 'main' into RasmusWL/remove-python-dep-inst
2 parents 3d026bc + 24a95a0 commit dd2106d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

77
## [UNRELEASED]
88

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:
9+
- The deprecated feature for extracting dependencies for a Python analysis has been removed. [#2224](https://github.com/github/codeql-action/pull/2224)
10+
11+
As a result, the following inputs and environment variables are now ignored:
1012

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

14-
We recommend removing any references to these from your workflows.
16+
We recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.
17+
- Automatically overwrite an existing database if found on the filesystem. [#2229](https://github.com/github/codeql-action/pull/2229)
1518

1619
## 3.24.10 - 05 Apr 2024
1720

lib/codeql.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)