mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
Add token and matrix inputs
This commit is contained in:
@@ -2,6 +2,10 @@ name: 'CodeQL: Resolve Build Environment'
|
||||
description: 'Attempt to infer a suitable environment configuration for the autobuilder'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
token:
|
||||
default: ${{ github.token }}
|
||||
matrix:
|
||||
default: ${{ toJson(matrix) }}
|
||||
language:
|
||||
description: The language to infer the build environment configuration for.
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user