File tree 1 file changed +0
-4
lines changed
.github/actions/perform-codeql-analysis
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 8
8
using : " composite"
9
9
steps :
10
10
- name : Perform CodeQL Analysis
11
- if : ${{ inputs.run-codeql }}
12
11
uses : github/codeql-action/analyze@v2
13
12
with :
14
13
category : " /language:${{ inputs.language }}"
15
14
upload : False
16
15
output : sarif-results
17
16
- name : filter-sarif
18
- if : ${{ inputs.run-codeql }}
19
17
uses : advanced-security/filter-sarif@v1
20
18
with :
21
19
patterns : |
@@ -25,12 +23,10 @@ runs:
25
23
output : " sarif-results/${{ inputs.language }}.sarif"
26
24
27
25
- name : Upload SARIF
28
- if : ${{ inputs.run-codeql }}
29
26
uses : github/codeql-action/upload-sarif@v2
30
27
with :
31
28
sarif_file : " sarif-results/${{ inputs.language }}.sarif"
32
29
- name : Upload loc as a Build Artifact
33
- if : ${{ inputs.run-codeql }}
34
30
uses : actions/upload-artifact@v2.2.0
35
31
with :
36
32
name : sarif-results
You can’t perform that action at this time.
0 commit comments