File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,11 @@ jobs:
3030 with :
3131 languages : ${{ matrix.language }}
3232 config-file : ./.github/codeql/codeql-config.yaml
33- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
33+ # Autobuild attempts to build any compiled languages (C/C++, C#, Java, etc ).
3434 # If this step fails, then you should remove it and run the build manually (see below)
35- - name : Autobuild
36- uses : github/codeql-action/autobuild@v3
37-
3835 # ℹ️ Command-line programs to run using the OS shell.
3936 # 📚 https://git.io/JvXDl
40-
41- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
42- # and modify them (or add more) to build your code if your project
43- # uses a compiled language
44-
45- # - run: |
46- # make bootstrap
47- # make release
48-
37+ - name : Autobuild
38+ uses : github/codeql-action/autobuild@v3
4939 - name : Perform CodeQL Analysis
50- uses : github/codeql-action/analyze@v3
40+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments