-
Notifications
You must be signed in to change notification settings - Fork 401
Introduce CODEQL_ACTION_SKIP_SARIF_UPLOAD
#3180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
e0b9da7
882667e
11e4034
680b070
25c8db9
00a6e13
5dfb610
86b2ad6
1b09eb4
df65651
d05f225
1707898
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -114,7 +114,9 @@ async function run() { | |||||
|
||||||
// We don't upload results in test mode, so don't wait for processing | ||||||
if (shouldSkipSarifUpload()) { | ||||||
core.debug("SARIF upload disabled. Waiting for processing is disabled."); | ||||||
core.debug( | ||||||
"SARIF upload disabled via environment variable. Waiting for processing is disabled.", | ||||||
|
"SARIF upload disabled via environment variable. Waiting for processing is disabled.", | |
"SARIF upload disabled by an environment variable. Waiting for processing is disabled.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: