mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
15 lines
342 B
YAML
15 lines
342 B
YAML
name: 'CodeQL: Create Database'
|
|
description: 'Create CodeQL database,'
|
|
author: 'GitHub'
|
|
inputs:
|
|
token:
|
|
default: ${{ github.token }}
|
|
matrix:
|
|
default: ${{ toJson(matrix) }}
|
|
threads:
|
|
description: The number of threads to be used by CodeQL.
|
|
required: false
|
|
runs:
|
|
using: 'node12'
|
|
main: '../lib/create-database-action.js'
|