|
40 | 40 |
|
41 | 41 | steps:
|
42 | 42 | - name: checkout repository
|
43 |
| - uses: actions/checkout@v3 |
| 43 | + uses: actions/checkout@v4 |
44 | 44 |
|
45 | 45 | - name: install dependencies
|
46 | 46 | run: |
|
|
65 | 65 |
|
66 | 66 | - name: initialize CodeQL
|
67 | 67 | # Initialize the CodeQL tools for scanning.
|
68 |
| - uses: github/codeql-action/init@v2 |
| 68 | + uses: github/codeql-action/init@v3 |
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.
|
|
99 | 99 | done
|
100 | 100 |
|
101 | 101 | - name: perform CodeQL analysis
|
102 |
| - uses: github/codeql-action/analyze@v2 |
| 102 | + uses: github/codeql-action/analyze@v3 |
103 | 103 | with:
|
104 | 104 | category: ${{ matrix.group }}-64
|
105 | 105 |
|
@@ -163,11 +163,11 @@ jobs:
|
163 | 163 | msystem: MINGW32
|
164 | 164 |
|
165 | 165 | - name: checkout repository
|
166 |
| - uses: actions/checkout@v3 |
| 166 | + uses: actions/checkout@v4 |
167 | 167 |
|
168 | 168 | - name: initialize CodeQL
|
169 | 169 | # Initialize the CodeQL tools for scanning.
|
170 |
| - uses: github/codeql-action/init@v2 |
| 170 | + uses: github/codeql-action/init@v3 |
171 | 171 | with:
|
172 | 172 | languages: ${{ matrix.language }}
|
173 | 173 | # If you wish to specify custom queries, you can do so here or in a config file.
|
@@ -199,6 +199,6 @@ jobs:
|
199 | 199 | done
|
200 | 200 |
|
201 | 201 | - name: perform CodeQL analysis
|
202 |
| - uses: github/codeql-action/analyze@v2 |
| 202 | + uses: github/codeql-action/analyze@v3 |
203 | 203 | with:
|
204 | 204 | category: ${{ matrix.group }}-32
|
0 commit comments