You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ jobs:
77
77
# Prefix the list here with "+" to use these queries and those in the config file.
78
78
79
79
# 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
80
-
#queries: security-extended,security-and-quality
80
+
queries: security-extended,security-and-quality
81
81
82
82
# If the analyze step fails for one of the languages you are analyzing with
83
83
# "We were unable to automatically build your code", modify the matrix above
0 commit comments