10000 Python: disable dependency installation on GHES by RasmusWL · Pull Request #2106 · github/codeql-action · GitHub
[go: up one dir, main page]

Skip to content
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
Update wording for CHANGELOG.md
Co-authored-by: Henry Mercer <henrymercer@github.com>
  • Loading branch information
RasmusWL and henrymercer authored Feb 1, 2024
commit f7d53249e3ff1b2d2bc99288527e155561d1ba90
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the

## [UNRELEASED]

- On GHES, CodeQL Python analysis will no longer install dependencies, like already implemented on 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)
- 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)

## 3.23.2 - 26 Jan 2024

Expand Down
0