Skip to content

Commit 35868cb

Browse files
Merge pull request #246 from Workiva/CID-19785V2
CID-19785 - Only upload sarif file to advanced security API
2 parents 15a29ee + 7637eeb commit 35868cb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ runs:
2121
env:
2222
INPUT_SCANNER: '${{ inputs.scanner }}'
2323
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
2924
- name: 'Upload SARIF file to GitHub Advanced Security'
3025
id: upload
3126
uses: github/codeql-action/upload-sarif@v4

0 commit comments

Comments
 (0)