Delete analysis after uploading
The analysis is purposefully failing. We don't want a failed analysis sitting in the security center since this can cause some internal checks to erroneously fail.
This commit is contained in:
parent
82284f1b28
commit
04451e072f
7 changed files with 149 additions and 5 deletions
1
.github/workflows/python312-windows.yml
vendored
1
.github/workflows/python312-windows.yml
vendored
|
|
@ -38,4 +38,5 @@ jobs:
|
|||
- name: Analyze
|
||||
uses: ./../action/analyze
|
||||
with:
|
||||
upload: false
|
||||
upload-database: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue