mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 18:20:08 +08:00
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.19-f5d217be
# Conflicts: # package-lock.json # package.json
This commit is contained in:
@@ -72,9 +72,14 @@ inputs:
|
||||
The name of the database uploaded to the debugging artifact.
|
||||
This is only used when debug mode is enabled.
|
||||
required: false
|
||||
trap-caching:
|
||||
description: >-
|
||||
Explicitly enable or disable TRAP caching rather than respecting the feature flag for it.
|
||||
required: false
|
||||
outputs:
|
||||
codeql-path:
|
||||
description: The path of the CodeQL binary used for analysis
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: '../lib/init-action.js'
|
||||
post: '../lib/init-action-post.js'
|
||||
Reference in New Issue
Block a user