We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15a29ee + 7637eeb commit 35868cbCopy full SHA for 35868cb
1 file changed
action.yml
@@ -21,11 +21,6 @@ runs:
21
env:
22
INPUT_SCANNER: '${{ inputs.scanner }}'
23
shell: bash
24
- - name: 'Upload SARIF file as artifact'
25
- uses: actions/upload-artifact@v7
26
- with:
27
- name: semgrep.sarif
28
- path: semgrep.sarif
29
- name: 'Upload SARIF file to GitHub Advanced Security'
30
id: upload
31
uses: github/codeql-action/upload-sarif@v4
0 commit comments