Skip to content

Commit

Permalink
Remove unused helper file
Browse files Browse the repository at this point in the history
  • Loading branch information
Angela P Wen committed Sep 11, 2024
1 parent 4ba2440 commit 82ce313
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 58 deletions.
37 changes: 0 additions & 37 deletions lib/analyze-action-post-helper.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/analyze-action-post-helper.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions lib/analyze-action-post.js

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

2 changes: 1 addition & 1 deletion lib/analyze-action-post.js.map

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

14 changes: 0 additions & 14 deletions src/analyze-action-post-helper.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/analyze-action-post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@
*/
import * as core from "@actions/core";

import * as analyzeActionPostHelper from "./analyze-action-post-helper";
import * as debugArtifacts from "./debug-artifacts";
import { EnvVar } from "./environment";
import * as uploadSarifActionPostHelper from "./upload-sarif-action-post-helper";
import { wrapError } from "./util";

async function runWrapper() {
try {
await analyzeActionPostHelper.run();

// Upload SARIF artifacts if we determine that this is a first-party analysis run.
// For third-party runs, this artifact will be uploaded in the `upload-sarif-post` step.
if (process.env[EnvVar.INIT_ACTION_HAS_RUN] === "true") {
Expand Down

0 comments on commit 82ce313

Please sign in to comment.