File tree 1 file changed +9
-13
lines changed
1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -17,26 +17,22 @@ jobs:
17
17
contents : read
18
18
security-events : write
19
19
20
- strategy :
21
- fail-fast : false
22
- matrix :
23
- language : [ python, cpp ]
24
-
25
20
steps :
26
21
- name : Checkout
27
22
uses : actions/checkout@v3
28
23
29
24
- name : Initialize CodeQL
30
25
uses : github/codeql-action/init@v2
31
- with :
32
- languages : ${{ matrix.language }}
33
- queries : +security-and-quality
26
+ # with:
27
+ # languages: ${{ matrix.language }}
28
+ # queries: +security-and-quality
29
+
30
+ # - name: Autobuild
31
+ # uses: github/codeql-action/autobuild@v2
34
32
35
- - name : Autobuild
36
- uses : github/codeql-action/autobuild@v2
37
- if : ${{ matrix.language == ' python' || matrix.language == 'cpp' }}
33
+ - name : Build
34
+ run : |
35
+ python setup.py build_ext -if
38
36
39
37
- name : Perform CodeQL Analysis
40
38
uses : github/codeql-action/analyze@v2
41
- with :
42
- category : " /language:${{ matrix.language }}"
You can’t perform that action at this time.
0 commit comments