File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ inputs:
34
34
description : Specify whether or not to add code snippets to the output sarif file.
35
35
required : false
36
36
default : " false"
37
+ deprecationMessage : >-
38
+ The input "add-snippets" is deprecated and will be removed on the first release in August 2025.
39
+ When this input is set to true it is expected to add code snippets with an alert to the SARIF file.
40
+ However, since Code Scanning ignores code snippets provided as part of a SARIF file this is currently
41
+ a no operation. No alternative is available.
37
42
skip-queries :
38
43
description : If this option is set, the CodeQL database will be built but no queries will be run on it. Thus, no results will be produced.
39
44
required : false
You can’t perform that action at this time.
0 commit comments