2020-04-28 16:46:47 +02:00
name: 'CodeQL : Init'
description : 'Setup the CodeQL tracer'
author : 'GitHub'
inputs :
tools :
description : URL of CodeQL tools
required : false
2020-07-10 11:54:26 +01:00
# If not specified the Action will check in several places until it finds the CodeQL tools.
2020-04-28 16:46:47 +02:00
languages :
description : The languages to be analysed
required : false
token :
default : ${{ github.token }}
2020-06-15 15:52:53 +01:00
matrix :
default : ${{ toJson(matrix) }}
2020-04-28 16:46:47 +02:00
config-file :
description : Path of the config file to use
required : false
2020-07-27 16:33:26 +01:00
queries :
2020-08-27 17:11:56 +01:00
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.
2020-07-27 16:33:26 +01:00
required : false
2020-04-28 16:46:47 +02:00
runs :
using : 'node12'
2020-08-24 15:09:02 +01:00
main : '../lib/init-action.js'