We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions-code-scanning
actions-security-extended
1 parent 74619d4 commit cb7aeeaCopy full SHA for cb7aeea
actions/ql/src/codeql-suites/actions-code-scanning.qls
@@ -1,11 +1,4 @@
1
- description: Standard Code Scanning queries for GitHub Actions
2
-- queries: '.'
3
-- include:
4
- problem.severity:
5
- - error
6
- - recommendation
7
-- exclude:
8
- tags contain:
9
- - experimental
10
- - debug
11
- - internal
+- queries: .
+- apply: code-scanning-selectors.yml
+ from: codeql/suite-helpers
actions/ql/src/codeql-suites/actions-security-extended.qls
@@ -1,2 +1,4 @@
- description: Security-extended queries for GitHub Actions
-- import: codeql-suites/actions-code-scanning.qls
+- apply: security-extended-selectors.yml
0 commit comments