split hash-database into multiple actions

This commit is contained in:
Esben Sparre Andreasen
2020-12-10 09:52:02 +01:00
parent b4d4b0b74a
commit b8222a4e48
12 changed files with 145 additions and 44 deletions
+14
View File
@@ -0,0 +1,14 @@
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'