File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222
2323 # Initializes the CodeQL tools for scanning.
2424 - name : Initialize CodeQL
25- uses : github/codeql-action/init@v1
25+ uses : github/codeql-action/init@v3
2626 with :
2727 languages : ${{ matrix.language }}
2828 # If you wish to specify custom queries, you can do so here or in a config file.
3333 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3434 # If this step fails, then you should remove it and run the build manually (see below)
3535 # - name: Autobuild
36- # uses: github/codeql-action/autobuild@v1
36+ # uses: github/codeql-action/autobuild@v3
3737
3838 # ℹ️ Command-line programs to run using the OS shell.
3939 # 📚 https://git.io/JvXDl
5151 cmake --build build -j 2
5252
5353 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@v1
54+ uses : github/codeql-action/analyze@v3
5555
5656
You can’t perform that action at this time.
0 commit comments