1-
21#
32# You may wish to alter this file to override the set of languages analyzed,
43# or to provide custom queries or build logic.
@@ -12,12 +11,12 @@ name: "CodeQL"
1211
1312on :
1413 push :
15- branches : [ main ]
14+ branches : [main]
1615 pull_request :
1716 # The branches below must be a subset of the branches above
18- branches : [ main ]
17+ branches : [main]
1918 schedule :
20- - cron : ' 24 6 * * 5'
19+ - cron : " 24 6 * * 5"
2120
2221jobs :
2322 analyze :
@@ -31,39 +30,39 @@ jobs:
3130 strategy :
3231 fail-fast : false
3332 matrix :
34- language : [ ' javascript' ]
33+ language : [" javascript" ]
3534 # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3635 # Learn more about CodeQL language support at https://git.io/codeql-language-support
3736
3837 steps :
39- - name : Checkout repository
40- uses : actions/checkout@v4.2.2
38+ - name : Checkout repository
39+ uses : actions/checkout@v4.2.2
4140
42- # Initializes the CodeQL tools for scanning.
43- - name : Initialize CodeQL
44- uses : github/codeql-action/init@v3.28.18
45- with :
46- languages : ${{ matrix.language }}
47- # If you wish to specify custom queries, you can do so here or in a config file.
48- # By default, queries listed here will override any specified in a config file.
49- # Prefix the list here with "+" to use these queries and those in the config file.
50- # queries: ./path/to/local/query, your-org/your-repo/queries@main
41+ # Initializes the CodeQL tools for scanning.
42+ - name : Initialize CodeQL
43+ uses : github/codeql-action/init@v3.28.18
44+ with :
45+ languages : ${{ matrix.language }}
46+ # If you wish to specify custom queries, you can do so here or in a config file.
47+ # By default, queries listed here will override any specified in a config file.
48+ # Prefix the list here with "+" to use these queries and those in the config file.
49+ # queries: ./path/to/local/query, your-org/your-repo/queries@main
5150
52- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
53- # If this step fails, then you should remove it and run the build manually (see below)
54- - name : Autobuild
55- uses : github/codeql-action/autobuild@v3.28.18
51+ # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52+ # If this step fails, then you should remove it and run the build manually (see below)
53+ - name : Autobuild
54+ uses : github/codeql-action/autobuild@v3.28.18
5655
57- # ℹ️ Command-line programs to run using the OS shell.
58- # 📚 https://git.io/JvXDl
56+ # ℹ️ Command-line programs to run using the OS shell.
57+ # 📚 https://git.io/JvXDl
5958
60- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
61- # and modify them (or add more) to build your code if your project
62- # uses a compiled language
59+ # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
60+ # and modify them (or add more) to build your code if your project
61+ # uses a compiled language
6362
64- # - run: |
65- # make bootstrap
66- # make release
63+ # - run: |
64+ # make bootstrap
65+ # make release
6766
68- - name : Perform CodeQL Analysis
69- uses : github/codeql-action/analyze@v3.28.18
67+ - name : Perform CodeQL Analysis
68+ uses : github/codeql-action/analyze@v3.28.18
0 commit comments