Install Python tools on self-hosted runners

This commit is contained in:
Edoardo Pirovano 2021-07-13 08:18:17 +01:00
parent 3b017efdfe
commit cc14f298d6
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
4 changed files with 27 additions and 47 deletions

View file

@ -3,6 +3,7 @@
## [UNRELEASED]
- The `init` step of the Action now supports a `source-root` input as a path to the root source-code directory. By default, the path is relative to $GITHUB_WORKSPACE. [#607](https://github.com/github/codeql-action/pull/607)
- The `init` step will now try to install a few Python tools needed by this Action when running on a self-hosted runner. [#616](https://github.com/github/codeql-action/pull/616)
## 1.0.5 - 12 Jul 2021