Skip to content

Commit

Permalink
Merge pull request #210 from github/robertbrignull/disable-snippets
Browse files Browse the repository at this point in the history
Disable snippets by default
  • Loading branch information
Robert authored and GitHub committed Sep 15, 2020
2 parents 50d46f6 + 3d5127d commit f6894d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6894d6

Please sign in to comment.