Remove checkActionVersion

This is no longer needed now that we only release v2
This commit is contained in:
Henry Mercer
2023-01-20 12:06:43 +00:00
parent cb9be70046
commit 1b508953b4
18 changed files with 7 additions and 157 deletions

View File

@@ -42,7 +42,6 @@ async function sendSuccessStatusReport(startedAt, uploadStats) {
async function run() {
const startedAt = new Date();
(0, util_1.initializeEnvironment)(pkg.version);
await (0, util_1.checkActionVersion)(pkg.version);
if (!(await actionsUtil.sendStatusReport(await actionsUtil.createStatusReportBase("upload-sarif", "starting", startedAt)))) {
return;
}