Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update comment
Co-authored-by: Henry Mercer <henry@henrymercer.name>
  • Loading branch information
angelapwen and henrymercer authored Jan 25, 2024
commit 757ff40c35dfa91fc2f10a2dd7178668fdb8c1fb
3 changes: 2 additions & 1 deletion src/init-action-post-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ export async function tryUploadSarifIfRunFailed(
// If analyze didn't complete successfully and the job status hasn't
// already been set to Failure/ConfigurationError previously, this
// means that something along the way failed in a step that is not
// owned by the Action. This is considered configuration error.
// owned by the Action, for example a manual build step. We
// consider this a configuration error.
core.exportVariable(
EnvVar.JOB_STATUS,
process.env[EnvVar.JOB_STATUS] ?? JobStatus.ConfigurationError,
Expand Down