|
65 | 65 |
|
66 | 66 | - name: initialize CodeQL |
67 | 67 | # Initialize the CodeQL tools for scanning. |
68 | | - uses: github/codeql-action/init@v3 |
| 68 | + uses: github/codeql-action/init@v4 |
69 | 69 | with: |
70 | 70 | languages: ${{ matrix.language }} |
71 | 71 | # If you wish to specify custom queries, you can do so here or in a config file. |
@@ -100,7 +100,7 @@ jobs: |
100 | 100 | done |
101 | 101 |
|
102 | 102 | - name: perform CodeQL analysis |
103 | | - uses: github/codeql-action/analyze@v3 |
| 103 | + uses: github/codeql-action/analyze@v4 |
104 | 104 | with: |
105 | 105 | category: ${{ matrix.group }}-64 |
106 | 106 |
|
@@ -168,7 +168,7 @@ jobs: |
168 | 168 |
|
169 | 169 | - name: initialize CodeQL |
170 | 170 | # Initialize the CodeQL tools for scanning. |
171 | | - uses: github/codeql-action/init@v3 |
| 171 | + uses: github/codeql-action/init@v4 |
172 | 172 | with: |
173 | 173 | languages: ${{ matrix.language }} |
174 | 174 | # If you wish to specify custom queries, you can do so here or in a config file. |
@@ -200,6 +200,6 @@ jobs: |
200 | 200 | done |
201 | 201 |
|
202 | 202 | - name: perform CodeQL analysis |
203 | | - uses: github/codeql-action/analyze@v3 |
| 203 | + uses: github/codeql-action/analyze@v4 |
204 | 204 | with: |
205 | 205 | category: ${{ matrix.group }}-32 |
0 commit comments