mirror of
https://github.com/github/codeql-action.git
synced 2025-12-25 16:50:21 +08:00
11 lines
249 B
YAML
11 lines
249 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-action.js' |