mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 06:40:19 +00:00
Introduce hash-database action
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: 'CodeQL: Hash Database'
|
||||
description: 'Hashes the built database, using a stable hash'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
token:
|
||||
default: ${{ github.token }}
|
||||
matrix:
|
||||
default: ${{ toJson(matrix) }}
|
||||
threads:
|
||||
description: The number of threads to be used by CodeQL.
|
||||
required: false
|
||||
default: 1 # a surgical way of forcing all `util.getThreadsFlag(...)` to resolve to 1 for our purposes
|
||||
outputs:
|
||||
hash:
|
||||
description: the stable hash of the database
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: '../lib/hash-database-action.js'
|
||||
Reference in New Issue
Block a user