@@ -37,22 +37,22 @@ jobs:
3737 # Learn more about CodeQL language support at https://git.io/codeql-language-support
3838
3939 steps :
40- - name : Checkout repository
41- uses : actions/checkout@v3
40+ - name : Checkout repository
41+ uses : actions/checkout@v3
4242
43- # Initializes the CodeQL tools for scanning.
44- - name : Initialize CodeQL
45- uses : github/codeql-action/init@v2
46- with :
47- 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.
51- # queries: ./path/to/local/query, your-org/your-repo/queries@main
43+ # Initializes the CodeQL tools for scanning.
44+ - name : Initialize CodeQL
45+ uses : github/codeql-action/init@v2
46+ with :
47+ 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.
51+ # queries: ./path/to/local/query, your-org/your-repo/queries@main
5252
53- - name : Build
54- run : |
55- make build
53+ - name : Build
54+ run : |
55+ make build
5656
57- - name : Perform CodeQL Analysis
58- uses : github/codeql-action/analyze@v2
57+ - name : Perform CodeQL Analysis
58+ uses : github/codeql-action/analyze@v2
0 commit comments