Remove unused helper file
This commit is contained in:
parent
4ba244037a
commit
82ce3131fa
6 changed files with 1 additions and 58 deletions
2
lib/analyze-action-post.js
generated
2
lib/analyze-action-post.js
generated
|
|
@ -29,14 +29,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|||
* other `post:` hooks.
|
||||
*/
|
||||
const core = __importStar(require("@actions/core"));
|
||||
const analyzeActionPostHelper = __importStar(require("./analyze-action-post-helper"));
|
||||
const debugArtifacts = __importStar(require("./debug-artifacts"));
|
||||
const environment_1 = require("./environment");
|
||||
const uploadSarifActionPostHelper = __importStar(require("./upload-sarif-action-post-helper"));
|
||||
const util_1 = require("./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[environment_1.EnvVar.INIT_ACTION_HAS_RUN] === "true") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue