File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 # Initializes the CodeQL tools for scanning.
5050 - name : Initialize CodeQL
51- uses : github/codeql-action/init@v2
51+ uses : github/codeql-action/init@v4
5252 with :
5353 languages : ${{ matrix.language }}
5454 # If you wish to specify custom queries, you can do so here or in a config file.
7171 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7272 # If this step fails, then you should remove it and run the build manually (see below)
7373 - name : Autobuild
74- uses : github/codeql-action/autobuild@v2
74+ uses : github/codeql-action/autobuild@v4
7575
7676 # ℹ️ Command-line programs to run using the OS shell.
7777 # 📚 https://git.io/JvXDl
8585 # make release
8686
8787 - name : Perform CodeQL Analysis
88- uses : github/codeql-action/analyze@v2
88+ uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments