mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Install python deps on init
This commit is contained in:
@@ -19,6 +19,10 @@ inputs:
|
||||
queries:
|
||||
description: Comma-separated list of additional queries to run. By default, this overrides the same setting in a configuration file; prefix with "+" to use both sets of queries.
|
||||
required: false
|
||||
setup-python-dependencies:
|
||||
description: Try to auto-install your python dependencies
|
||||
required: true
|
||||
default: 'true'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: '../lib/init-action.js'
|
||||
|
||||
Reference in New Issue
Block a user