@@ -22,43 +22,43 @@ jobs:
2222 matrix :
2323 # Override automatic language detection by changing the below list
2424 # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
25- language : ['go' ]
25+ language : ["go" ]
2626 # Learn more...
2727 # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
2828
2929 steps :
30- - name : Checkout repository
31- uses : actions/checkout@v5
32- with :
33- # We must fetch at least the immediate parents so that if this is
34- # a pull request then we can checkout the head.
35- fetch-depth : 2
30+ - name : Checkout repository
31+ uses : actions/checkout@v5
32+ with :
33+ # We must fetch at least the immediate parents so that if this is
34+ # a pull request then we can checkout the head.
35+ fetch-depth : 2
3636
37- # Initializes the CodeQL tools for scanning.
38- - name : Initialize CodeQL
39- uses : github/codeql-action/init@v3
40- with :
41- languages : ${{ matrix.language }}
42- # If you wish to specify custom queries, you can do so here or in a config file.
43- # By default, queries listed here will override any specified in a config file.
44- # Prefix the list here with "+" to use these queries and those in the config file.
45- # queries: ./path/to/local/query, your-org/your-repo/queries@main
37+ # Initializes the CodeQL tools for scanning.
38+ - name : Initialize CodeQL
39+ uses : github/codeql-action/init@v3
40+ with :
41+ languages : ${{ matrix.language }}
42+ # If you wish to specify custom queries, you can do so here or in a config file.
43+ # By default, queries listed here will override any specified in a config file.
44+ # Prefix the list here with "+" to use these queries and those in the config file.
45+ # queries: ./path/to/local/query, your-org/your-repo/queries@main
4646
47- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
48- # If this step fails, then you should remove it and run the build manually (see below)
49- - name : Autobuild
50- uses : github/codeql-action/autobuild@v3
47+ # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
48+ # If this step fails, then you should remove it and run the build manually (see below)
49+ - name : Autobuild
50+ uses : github/codeql-action/autobuild@v3
5151
52- # ℹ️ Command-line programs to run using the OS shell.
53- # 📚 https://git.io/JvXDl
52+ # ℹ️ Command-line programs to run using the OS shell.
53+ # 📚 https://git.io/JvXDl
5454
55- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
56- # and modify them (or add more) to build your code if your project
57- # uses a compiled language
55+ # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
56+ # and modify them (or add more) to build your code if your project
57+ # uses a compiled language
5858
59- # - run: |
60- # make bootstrap
61- # make release
59+ # - run: |
60+ # make bootstrap
61+ # make release
6262
63- - name : Perform CodeQL Analysis
64- uses : github/codeql-action/analyze@v3
63+ - name : Perform CodeQL Analysis
64+ uses : github/codeql-action/analyze@v3
0 commit comments