mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 08:10:06 +08:00
Remove checkActionVersion
This is no longer needed now that we only release v2
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user