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
- #
1
+ ---
12
2
name : " CodeQL"
13
3
14
4
on :
33
23
fail-fast : false
34
24
matrix :
35
25
language : ["javascript"]
36
- # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
37
- # Learn more about CodeQL language support at https://git.io/codeql-language-support
26
+ # CodeQL supports [ 'cpp', 'csharp', 'go', 'java',
27
+ # 'javascript', 'python', 'ruby' ]
28
+ # Learn more about CodeQL language support at
29
+ # https://git.io/codeql-language-support
38
30
39
31
steps :
40
32
- name : Checkout repository
@@ -45,20 +37,26 @@ jobs:
45
37
uses :
github/codeql-action/[email protected]
46
38
with :
47
39
languages : ${{ matrix.language }}
48
- # If you wish to specify custom queries, you can do so here or in a config file.
49
- # By default, queries listed here will override any specified in a config file.
50
- # Prefix the list here with "+" to use these queries and those in the config file.
40
+ # If you wish to specify custom queries, you can do so here or
41
+ # in a config file.
42
+ # By default, queries listed here will override any specified
43
+ # in a config file.
44
+ # Prefix the list here with "+" to use these queries and those
45
+ # in the config file.
51
46
# queries: ./path/to/local/query, your-org/your-repo/queries@main
52
47
53
- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54
- # If this step fails, then you should remove it and run the build manually (see below)
48
+ # Autobuild attempts to build any compiled languages
49
+ # (C/C++, C#, or Java).
50
+ # If this step fails, then you should remove it and
51
+ # run the build manually (see below)
55
52
- name : Autobuild
56
53
uses :
github/codeql-action/[email protected]
57
54
58
55
# ℹ️ Command-line programs to run using the OS shell.
59
56
# 📚 https://git.io/JvXDl
60
57
61
- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
58
+ # ✏️ If the Autobuild fails above, remove it and uncomment
59
+ # the following three lines
62
60
# and modify them (or add more) to build your code if your project
63
61
# uses a compiled language
64
62
0 commit comments