Remove checkActionVersion
This is no longer needed now that we only release v2
This commit is contained in:
parent
cb9be70046
commit
1b508953b4
18 changed files with 7 additions and 157 deletions
1
lib/upload-sarif-action.js
generated
1
lib/upload-sarif-action.js
generated
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue