We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add-snippets
1 parent c24926b commit 4067cdaCopy full SHA for 4067cda
analyze/action.yml
@@ -34,6 +34,11 @@ inputs:
34
description: Specify whether or not to add code snippets to the output sarif file.
35
required: false
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.
42
skip-queries:
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.
44
0 commit comments