Skip to content

Commit 82ce313

Browse files
committed
Remove unused helper file
1 parent 4ba2440 commit 82ce313

6 files changed

+1
-58
lines changed

lib/analyze-action-post-helper.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

lib/analyze-action-post-helper.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/analyze-action-post.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action-post.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analyze-action-post-helper.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/analyze-action-post.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@
55
*/
66
import * as core from "@actions/core";
77

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

1413
async function runWrapper() {
1514
try {
16-
await analyzeActionPostHelper.run();
17-
1815
// Upload SARIF artifacts if we determine that this is a first-party analysis run.
1916
// For third-party runs, this artifact will be uploaded in the `upload-sarif-post` step.
2017
if (process.env[EnvVar.INIT_ACTION_HAS_RUN] === "true") {

0 commit comments

Comments
 (0)