Add feature flag for uploading failed SARIF

This commit is contained in:
Henry Mercer 2022-11-23 12:54:46 +00:00
parent 3cf2a1ba2e
commit 3afc2b194c
4 changed files with 14 additions and 1 deletions

View file

@ -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