codeql-action/resolve-environment/action.yml
2023-06-13 20:45:56 +01:00

6 lines
219 B
YAML

name: 'CodeQL: Resolve Build Environment'
description: 'Attempt to infer a suitable environment configuration for the autobuilder'
author: 'GitHub'
runs:
using: 'node16'
main: '../lib/resolve-environment-action.js'