Add feature flag for uploading failed SARIF
This commit is contained in:
parent
3cf2a1ba2e
commit
3afc2b194c
4 changed files with 14 additions and 1 deletions
3
.github/workflows/test-report-failed-run.yml
vendored
3
.github/workflows/test-report-failed-run.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: Test reporting a failed run
|
||||
on: push
|
||||
|
||||
env:
|
||||
CODEQL_ACTION_UPLOAD_FAILED_SARIF: true
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue