We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee80b30 commit 0930314Copy full SHA for 0930314
1 file changed
resolve-environment/action.yml
@@ -2,6 +2,10 @@ name: 'CodeQL: Resolve Build Environment'
2
description: 'Attempt to infer a suitable environment configuration for the autobuilder'
3
author: 'GitHub'
4
inputs:
5
+ token:
6
+ default: ${{ github.token }}
7
+ matrix:
8
+ default: ${{ toJson(matrix) }}
9
language:
10
description: The language to infer the build environment configuration for.
11
required: true
0 commit comments