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
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,3 @@
1
-
# For most projects, this workflow file will not need changing; you simply need
2
-
# to commit it to your repository.
3
-
#
4
-
# You may wish to alter this file to override the set of languages analyzed,
5
-
# or to provide custom queries or build logic.
6
-
#
7
-
# ******** NOTE ********
8
-
# We have attempted to detect the languages in your repository. Please check
9
-
# the `language` matrix defined below to confirm you have the correct set of
10
-
# supported CodeQL languages.
11
-
#
12
1
name: "CodeQL"
13
2
14
3
on:
@@ -49,6 +38,14 @@ jobs:
49
38
with:
50
39
languages: ${{ matrix.language }}
51
40
build-mode: ${{ matrix.build-mode }}
41
+
# 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
0 commit comments