@@ -13,7 +13,7 @@ name: "CodeQL"
1313
1414on :
1515 schedule :
16- - cron : ' 39 18 * * 6'
16+ - cron : " 39 18 * * 6"
1717
1818jobs :
1919 analyze :
@@ -27,39 +27,39 @@ jobs:
2727 strategy :
2828 fail-fast : false
2929 matrix :
30- language : [ ' javascript' ]
30+ language : [" javascript" ]
3131 # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3232 # Learn more about CodeQL language support at https://git.io/codeql-language-support
3333
3434 steps :
35- - name : Checkout repository
36- uses : actions/checkout@v2
35+ - name : Checkout repository
36+ uses : actions/checkout@v2
3737
38- # Initializes the CodeQL tools for scanning.
39- - name : Initialize CodeQL
40- uses : github/codeql-action/init@v1
41- with :
42- languages : ${{ matrix.language }}
43- # If you wish to specify custom queries, you can do so here or in a config file.
44- # By default, queries listed here will override any specified in a config file.
45- # Prefix the list here with "+" to use these queries and those in the config file.
46- # queries: ./path/to/local/query, your-org/your-repo/queries@main
38+ # Initializes the CodeQL tools for scanning.
39+ - name : Initialize CodeQL
40+ uses : github/codeql-action/init@v1
41+ with :
42+ languages : ${{ matrix.language }}
43+ # If you wish to specify custom queries, you can do so here or in a config file.
44+ # By default, queries listed here will override any specified in a config file.
45+ # Prefix the list here with "+" to use these queries and those in the config file.
46+ # queries: ./path/to/local/query, your-org/your-repo/queries@main
4747
48- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
49- # If this step fails, then you should remove it and run the build manually (see below)
50- - name : Autobuild
51- uses : github/codeql-action/autobuild@v1
48+ # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
49+ # If this step fails, then you should remove it and run the build manually (see below)
50+ - name : Autobuild
51+ uses : github/codeql-action/autobuild@v1
5252
53- # ℹ️ Command-line programs to run using the OS shell.
54- # 📚 https://git.io/JvXDl
53+ # ℹ️ Command-line programs to run using the OS shell.
54+ # 📚 https://git.io/JvXDl
5555
56- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
57- # and modify them (or add more) to build your code if your project
58- # uses a compiled language
56+ # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
57+ # and modify them (or add more) to build your code if your project
58+ # uses a compiled language
5959
60- # - run: |
61- # make bootstrap
62- # make release
60+ # - run: |
61+ # make bootstrap
62+ # make release
6363
64- - name : Perform CodeQL Analysis
65- uses : github/codeql-action/analyze@v1
64+ - name : Perform CodeQL Analysis
65+ uses : github/codeql-action/analyze@v1
0 commit comments