mirror of
https://github.com/github/codeql-action
synced 2026-05-27 10:01:44 +03:00
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:
@@ -38,4 +38,5 @@ jobs:
|
||||
- name: Analyze
|
||||
uses: ./../action/analyze
|
||||
with:
|
||||
upload: false
|
||||
upload-database: false
|
||||
|
||||
Reference in New Issue
Block a user