File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 # Initializes the CodeQL tools for scanning.
3232 - name : Initialize CodeQL
33- uses : github/codeql-action/init@v3
33+ uses : github/codeql-action/init@v4
3434 with :
3535 languages : ${{ matrix.language }}
3636 # If you wish to specify custom queries, you can do so here or in a config file.
4141 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4242 # If this step fails, then you should remove it and run the build manually (see below)
4343 - name : Autobuild
44- uses : github/codeql-action/autobuild@v3
44+ uses : github/codeql-action/autobuild@v4
4545
4646 # ℹ️ Command-line programs to run using the OS shell.
4747 # 📚 https://git.io/JvXDl
5555 # make release
5656
5757 - name : Perform CodeQL Analysis
58- uses : github/codeql-action/analyze@v3
58+ uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments