Merge pull request #2106 from github/rasmuswl/default-no-dep-inst · github/codeql-action@483bef1 (original) (raw)

7 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
6 6
7 7 ## [UNRELEASED]
8 8
9 -No user facing changes.
9 +- CodeQL Python analysis will no longer install dependencies on GitHub Enterprise Server, as is already the case for GitHub.com. See [release notes for 3.23.0](#3230---08-jan-2024) for more details. [#2106](https://github.com/github/codeql-action/pull/2106)
10 10
11 11 ## 3.23.2 - 26 Jan 2024
12 12
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 {
2 2 "name": "codeql",
3 -"version": "3.23.3",
3 +"version": "3.24.0",
4 4 "private": true,
5 5 "description": "CodeQL action",
6 6 "scripts": {
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ export const featureConfig: Record<
105 105 // here!
106 106 envVar: "CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION",
107 107 minimumVersion: "2.16.0",
108 -defaultValue: false,
108 +defaultValue: true,
109 109 },
110 110 };
111 111