name: 'CodeQL: Resolve Build Environment' description: '[Experimental] Attempt to infer a suitable environment configuration for the autobuilder' author: 'GitHub' inputs: tools: description: URL of CodeQL tools required: false # If not specified the Action will check in several places until it finds the CodeQL tools. token: default: ${{ github.token }} matrix: default: ${{ toJson(matrix) }} language: description: The language to infer the build environment configuration for. required: true working-directory: description: >- Run the autobuilder using this path (relative to $GITHUB_WORKSPACE) as working directory. If this input is not set, the autobuilder runs with $GITHUB_WORKSPACE as its working directory. required: false outputs: environment: description: The inferred build environment configuration. runs: using: 'node16' main: '../lib/resolve-environment-action.js'