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 3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
34- uses : github/codeql-action/init@v3
34+ uses : github/codeql-action/init@v4
3535 with :
3636 languages : ${{ matrix.language }}
3737 # If you wish to specify custom queries, you can do so here or in a config file.
4545 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
4646 # If this step fails, then you should remove it and run the build manually (see below)
4747 - name : Autobuild
48- uses : github/codeql-action/autobuild@v3
48+ uses : github/codeql-action/autobuild@v4
4949
5050 # ℹ️ Command-line programs to run using the OS shell.
5151 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5858 # ./location_of_script_within_repo/buildscript.sh
5959
6060 - name : Perform CodeQL Analysis
61- uses : github/codeql-action/analyze@v3
61+ uses : github/codeql-action/analyze@v4
6262 with :
6363 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments