|
39 | 39 |
|
40 | 40 | # Initializes the CodeQL tools for scanning.
|
41 | 41 | - name: Initialize CodeQL
|
42 | | - uses: github/codeql-action/init@v2 |
| 42 | + uses: github/codeql-action/init@v3 |
43 | 43 | with:
|
44 | 44 | languages: ${{ matrix.language }}
|
45 | 45 | # If you wish to specify custom queries, you can do so here or in a config file.
|
|
56 | 56 | # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
57 | 57 | # If this step fails, then you should remove it and run the build manually (see below)
|
58 | 58 | - name: Autobuild
|
59 | | - uses: github/codeql-action/autobuild@v2 |
| 59 | + uses: github/codeql-action/autobuild@v3 |
60 | 60 |
|
61 | 61 | # i️ Command-line programs to run using the OS shell.
|
62 | 62 | # 📚 https://git.io/JvXDl
|
|
70 | 70 | # make release
|
71 | 71 |
|
72 | 72 | - name: Perform CodeQL Analysis
|
73 | | - uses: github/codeql-action/analyze@v2 |
| 73 | + uses: github/codeql-action/analyze@v3 |
0 commit comments