Skip to content

Commit de1bcb2

Browse files
committed
maint: Merge stable to default.
2 parents 1f59667 + 4ff4966 commit de1bcb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: initialize CodeQL
5454
# Initialize the CodeQL tools for scanning.
55-
uses: github/codeql-action/init@v3
55+
uses: github/codeql-action/init@v4
5656
with:
5757
languages: ${{ matrix.language }}
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,7 +64,7 @@ jobs:
6464
run: make -C ./.build all -j2 V=1
6565

6666
- name: perform CodeQL analysis
67-
uses: github/codeql-action/analyze@v3
67+
uses: github/codeql-action/analyze@v4
6868

6969

7070
windows:
@@ -172,7 +172,7 @@ jobs:
172172
173173
- name: initialize CodeQL
174174
# Initialize the CodeQL tools for scanning.
175-
uses: github/codeql-action/init@v3
175+
uses: github/codeql-action/init@v4
176176
with:
177177
languages: ${{ matrix.language }}
178178
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -186,4 +186,4 @@ jobs:
186186
run: make -C ./.build all -j8 V=1
187187

188188
- name: perform CodeQL analysis
189-
uses: github/codeql-action/analyze@v3
189+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)