mirror of
https://github.com/github/codeql-action.git
synced 2025-12-06 07:48:17 +08:00
11 lines
242 B
YAML
11 lines
242 B
YAML
name: 'CodeQL: Autobuild'
|
|
description: 'Attempt to automatically build code'
|
|
author: 'GitHub'
|
|
inputs:
|
|
token:
|
|
default: ${{ github.token }}
|
|
matrix:
|
|
default: ${{ toJson(matrix) }}
|
|
runs:
|
|
using: 'node12'
|
|
main: '../lib/autobuild.js' |