mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 13:04:08 +00:00
d9937ad6ad
# Conflicts: # autobuild/action.yml
23 lines
618 B
YAML
23 lines
618 B
YAML
name: 'CodeQL: Autobuild'
|
|
description: 'Attempt to automatically build code'
|
|
author: 'GitHub'
|
|
inputs:
|
|
token:
|
|
default: ${{ github.token }}
|
|
matrix:
|
|
default: ${{ toJson(matrix) }}
|
|
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
|
|
runs:
|
|
<<<<<<< HEAD
|
|
using: 'node12'
|
|
main: '../lib/autobuild-action.js'
|
|
=======
|
|
using: 'node16'
|
|
main: '../lib/autobuild-action.js'
|
|
>>>>>>> origin/releases/v2
|