File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40404141 # Initializes the CodeQL tools for scanning.
4242 - name : Initialize CodeQL
43- uses : github/codeql-action/init@v3
43+ uses : github/codeql-action/init@v4.31.9
4444 with :
4545 languages : ${{ matrix.language }}
4646 config-file : ./.github/codeql/codeql-config.yml
5252 # If this step fails, then you should remove it and run the build manually (see below)
5353 - name : Autobuild
5454 uses : github/codeql-action/autobuild@v3
55- # ℹ️ Command-line programs to run using the OS shell.
56- # 📚 https://git.io/JvXDl
57-
5855 # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
5956 # and modify them (or add more) to build your code if your project
6057 # uses a compiled language
6360 # make bootstrap
6461 # make release
6562 - name : Perform CodeQL Analysis
63+ # ℹ️ Command-line programs to run using the OS shell.
64+ # 📚 https://git.io/JvXDl
65+
6666 uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments