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 6666
6767 # Initializes the CodeQL tools for scanning.
6868 - name : Initialize CodeQL
69- uses : github/codeql-action/init@v2
69+ uses : github/codeql-action/init@v3
7070 with :
7171 languages : ${{ matrix.language }}
7272 # If you wish to specify custom queries, you can do so here or in a config file.
8080 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
8181 # If this step fails, then you should remove it and run the build manually (see below)
8282 - name : Autobuild
83- uses : github/codeql-action/autobuild@v2
83+ uses : github/codeql-action/autobuild@v3
8484
8585 # ℹ️ Command-line programs to run using the OS shell.
8686 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
9393 # ./location_of_script_within_repo/buildscript.sh
9494
9595 - name : Perform CodeQL Analysis
96- uses : github/codeql-action/analyze@v2
96+ uses : github/codeql-action/analyze@v3
9797 with :
9898 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments