File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
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
You can’t perform that action at this time.
0 commit comments