Skip to content

Commit

Permalink
Merge pull request #1676 from github/rasmuswl/python-disable-dependen…
Browse files Browse the repository at this point in the history
…cy-installation

Feature flag to disable python dependency installation
  • Loading branch information
RasmusWL committed May 16, 2023
2 parents 130884e + dc0f6da commit 5489416
Show file tree
Hide file tree
Showing 13 changed files with 112 additions and 33 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## [UNRELEASED]

- We are rolling out a feature in May 2023 that will disable Python dependency installation for new users of the CodeQL Action. This improves the speed of analysis while having only a very minor impact on results. [#1676](https://github.com/github/codeql-action/pull/1676)
- Remove the requirement for `on.push` and `on.pull_request` to trigger on the same branches. [#1675](https://github.com/github/codeql-action/pull/1675)

## 2.3.3 - 04 May 2023
Expand Down
2 changes: 1 addition & 1 deletion lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze-action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5489416

Please sign in to comment.