|
51 | 51 |
|
52 | 52 | # Initializes the CodeQL tools for scanning. |
53 | 53 | - name: Initialize CodeQL |
54 | | - uses: github/codeql-action/init@v2 |
| 54 | + uses: github/codeql-action/init@v3 |
55 | 55 | with: |
56 | 56 | languages: ${{ matrix.language }} |
57 | 57 | # If you wish to specify custom queries, you can do so here or in a config file. |
|
66 | 66 | # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). |
67 | 67 | # If this step fails, then you should remove it and run the build manually (see below) |
68 | 68 | #- name: Autobuild |
69 | | - # uses: github/codeql-action/autobuild@v2 |
| 69 | + # uses: github/codeql-action/autobuild@v3 |
70 | 70 |
|
71 | 71 | # ℹ️ Command-line programs to run using the OS shell. |
72 | 72 | # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun |
|
78 | 78 | ./.github/workflows/codeql-buildscript.sh |
79 | 79 |
|
80 | 80 | - name: Perform CodeQL Analysis |
81 | | - uses: github/codeql-action/analyze@v2 |
| 81 | + uses: github/codeql-action/analyze@v3 |
82 | 82 | with: |
83 | 83 | category: "/language:${{matrix.language}}" |
84 | 84 | upload: false |
@@ -107,7 +107,7 @@ jobs: |
107 | 107 | output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif |
108 | 108 |
|
109 | 109 | - name: Upload CodeQL results to code scanning |
110 | | - uses: github/codeql-action/upload-sarif@v2 |
| 110 | + uses: github/codeql-action/upload-sarif@v3 |
111 | 111 | with: |
112 | 112 | sarif_file: ${{ steps.step1.outputs.sarif-output }} |
113 | 113 | category: "/language:${{matrix.language}}" |
|
0 commit comments