From 3d5127d68225ec4b503628ce6aa5b59efbb2d460 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 15 Sep 2020 17:45:34 +0100 Subject: [PATCH 1/2] Update action.yml --- analyze/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyze/action.yml b/analyze/action.yml index b8e24c0bb..758abd846 100644 --- a/analyze/action.yml +++ b/analyze/action.yml @@ -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 From ef3b75cbdb7cb0d428be165512af5c079f97cbd8 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 15 Sep 2020 17:45:34 +0100 Subject: [PATCH 2/2] Update action.yml --- analyze/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyze/action.yml b/analyze/action.yml index b8e24c0bb..758abd846 100644 --- a/analyze/action.yml +++ b/analyze/action.yml @@ -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