File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141 # Initializes the CodeQL tools for scanning.
4242 - name : Initialize CodeQL
43- uses : github/codeql-action/init@v3
43+ uses : github/codeql-action/init@v4
4444 with :
4545 languages : ${{ matrix.language }}
4646 # If you wish to specify custom queries, you can do so here or in a config file.
6262 # If this step fails, then you should remove it and run the build manually (see below)
6363 - if : matrix.language != 'cpp'
6464 name : Autobuild
65- uses : github/codeql-action/autobuild@v3
65+ uses : github/codeql-action/autobuild@v4
6666
6767 # ℹ️ Command-line programs to run using the OS shell.
6868 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7575 # ./location_of_script_within_repo/buildscript.sh
7676
7777 - name : Perform CodeQL Analysis
78- uses : github/codeql-action/analyze@v3
78+ uses : github/codeql-action/analyze@v4
7979 with :
8080 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments