Skip to content

Commit cd63e7c

Browse files
committed
Fix the actions-security-and-quality.qls suite
It was not using the proper selectors. It is now the same as other quality suites in other languages.
1 parent 40903a9 commit cd63e7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
- description: Security-and-quality queries for GitHub Actions
2-
- import: codeql-suites/actions-security-extended.qls
2+
- queries: .
3+
- apply: security-and-quality-selectors.yml
4+
from: codeql/suite-helpers

0 commit comments

Comments
 (0)