@@ -13,7 +13,7 @@ name: "CodeQL"
13
13
14
14
on :
15
15
push :
16
- branches : [ master ]
16
+ branches : [master]
17
17
schedule :
18
18
- cron : ' 21 2 * * 2'
19
19
@@ -29,28 +29,28 @@ jobs:
29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
32
- language : [ 'javascript' ]
32
+ language : ['javascript']
33
33
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
34
34
# Learn more about CodeQL language support at https://git.io/codeql-language-support
35
35
36
36
steps :
37
- - name : Checkout repository
38
- uses : actions/checkout@v2
37
+ - name : Checkout repository
38
+ uses : actions/checkout@v3
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
- - name : Initialize CodeQL
42
- uses : github/codeql-action/init@v2
43
- with :
44
- languages : ${{ matrix.language }}
41
+ - name : Initialize CodeQL
42
+ uses : github/codeql-action/init@v2
43
+ with :
44
+ languages : ${{ matrix.language }}
45
45
# If you wish to specify custom queries, you can do so here or in a config file.
46
46
# By default, queries listed here will override any specified in a config file.
47
47
# Prefix the list here with "+" to use these queries and those in the config file.
48
48
# queries: ./path/to/local/query, your-org/your-repo/queries@main
49
49
50
50
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
51
51
# If this step fails, then you should remove it and run the build manually (see below)
52
- - name : Autobuild
53
- uses : github/codeql-action/autobuild@v2
52
+ - name : Autobuild
53
+ uses : github/codeql-action/autobuild@v2
54
54
55
55
# ℹ️ Command-line programs to run using the OS shell.
56
56
# 📚 https://git.io/JvXDl
63
63
# make bootstrap
64
64
# make release
65
65
66
- - name : Perform CodeQL Analysis
67
- uses : github/codeql-action/analyze@v2
66
+ - name : Perform CodeQL Analysis
67
+ uses : github/codeql-action/analyze@v2
0 commit comments