File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 steps :
3838 - name : Checkout repository
3939 uses : actions/checkout@v2
40+ with :
41+ submodules : recursive
4042
4143 # Initializes the CodeQL tools for scanning.
4244 - name : Initialize CodeQL
4850 # Prefix the list here with "+" to use these queries and those in the config file.
4951 # queries: ./path/to/local/query, your-org/your-repo/queries@main
5052
51- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52- # If this step fails, then you should remove it and run the build manually (see below)
53- - name : Autobuild
54- uses : github/codeql-action/autobuild@v1
55-
56- # ℹ️ Command-line programs to run using the OS shell.
57- # 📚 https://git.io/JvXDl
58-
59- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
60- # and modify them (or add more) to build your code if your project
61- # uses a compiled language
62-
63- # - run: |
64- # make bootstrap
65- # make release
53+ - name : Compile and package
54+ run : |
55+ sudo python3 ./setup.py install
6656
6757 - name : Perform CodeQL Analysis
6858 uses : github/codeql-action/analyze@v1
You can’t perform that action at this time.
0 commit comments