@@ -43,34 +43,34 @@ jobs:
4343 # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
4444
4545 steps :
46- - name : Checkout repository
47- uses : actions/checkout@v4
46+ - name : Checkout repository
47+ uses : actions/checkout@v4
4848
49- # Initializes the CodeQL tools for scanning.
50- - name : Initialize CodeQL
51- uses : github/codeql-action/init@v3
52- with :
53- languages : ${{ matrix.language }}
54- # If you wish to specify custom queries, you can do so here or in a config file.
55- # By default, queries listed here will override any specified in a config file.
56- # Prefix the list here with "+" to use these queries and those in the config file.
57- # queries: ./path/to/local/query, your-org/your-repo/queries@main
49+ # Initializes the CodeQL tools for scanning.
50+ - name : Initialize CodeQL
51+ uses : github/codeql-action/init@v3
52+ with :
53+ languages : ${{ matrix.language }}
54+ # If you wish to specify custom queries, you can do so here or in a config file.
55+ # By default, queries listed here will override any specified in a config file.
56+ # Prefix the list here with "+" to use these queries and those in the config file.
57+ # queries: ./path/to/local/query, your-org/your-repo/queries@main
5858
59- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
60- # If this step fails, then you should remove it and run the build manually (see below)
61- - name : Autobuild
62- uses : github/codeql-action/autobuild@v3
59+ # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
60+ # If this step fails, then you should remove it and run the build manually (see below)
61+ - name : Autobuild
62+ uses : github/codeql-action/autobuild@v3
6363
64- # ℹ️ Command-line programs to run using the OS shell.
65- # 📚 https://git.io/JvXDl
64+ # ℹ️ Command-line programs to run using the OS shell.
65+ # 📚 https://git.io/JvXDl
6666
67- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
68- # and modify them (or add more) to build your code if your project
69- # uses a compiled language
67+ # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
68+ # and modify them (or add more) to build your code if your project
69+ # uses a compiled language
7070
71- # - run: |
72- # make bootstrap
73- # make release
71+ # - run: |
72+ # make bootstrap
73+ # make release
7474
75- - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@v3
75+ - name : Perform CodeQL Analysis
76+ uses : github/codeql-action/analyze@v3
0 commit comments