mirror of
https://github.com/github/codeql-action.git
synced 2026-08-05 04:57:19 -05:00
Add initial workflow code dependent on init
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
name: 'CodeQL: Resolve Build Environment'
|
||||
description: 'Attempt to infer a suitable environment configuration for the autobuilder'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
language:
|
||||
description: The language to infer the build environment configuration for.
|
||||
required: true
|
||||
outputs:
|
||||
configuration:
|
||||
description: The inferred build environment configuration.
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: '../lib/resolve-environment-action.js'
|
||||
|
||||
Reference in New Issue
Block a user