mirror of
https://github.com/github/codeql-action.git
synced 2026-04-02 01:32:17 +00:00
Merge pull request #210 from github/robertbrignull/disable-snippets
Disable snippets by default
This commit is contained in:
@@ -19,7 +19,7 @@ inputs:
|
||||
add-snippets:
|
||||
description: Specify whether or not to add code snippets to the output sarif file.
|
||||
required: false
|
||||
default: "true"
|
||||
default: "false"
|
||||
threads:
|
||||
description: The number of threads to be used by CodeQL.
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user