Skip to content

Commit

Permalink
Add testing environment to submit SARIF after failure PR check
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Nov 30, 2022
1 parent 3d90c4f commit 77cda4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/__submit-sarif-failure.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pr-checks/checks/submit-sarif-failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:
CODEQL_ACTION_UPLOAD_FAILED_SARIF: true
# Upload the failed SARIF file as an integration test of the API endpoint.
CODEQL_ACTION_TEST_MODE: false
# Mark telemetry for this workflow so it can be treated separately.
CODEQL_ACTION_TESTING_ENVIRONMENT: codeql-action-pr-checks

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 77cda4d

Please sign in to comment.