Skip to content

Commit 4d25926

Browse files
authored
Update codeql.yml
1 parent eeb5ba2 commit 4d25926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
# Prefix the list here with "+" to use these queries and those in the config file.
7070

7171
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
72-
# queries: security-extended,security-and-quality
73-
packs: "codeql/util:AlertSuppression.ql"
72+
queries: +security-extended,+security-and-quality
73+
# packs: "codeql/util:AlertSuppression.ql"
7474
# queries: +"codeql/javascript-queries:AlertSuppression.ql"
7575
config: |
7676
paths-ignore:

0 commit comments

Comments
 (0)