mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
Install actions/artifact@v1 as artifact-legacy and v2 as artifact
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
// A temporary value used to identify if the loop should be broken.
|
||||
// See #1064, #1293
|
||||
const breakLoop = {};
|
||||
exports.default = breakLoop;
|
||||
module.exports = exports.default;
|
||||
Reference in New Issue
Block a user