Compare commits
	
		
			No commits in common. "main" and "v4" have entirely different histories.
		
	
	
		
	
		
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										133
									
								
								dist/cache-save/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										133
									
								
								dist/cache-save/index.js
									
									
									
									
										vendored
									
									
								
							| @ -8752,7 +8752,7 @@ function hashFiles(patterns, currentWorkspace = '', options, verbose = false) { | |||||||
|             followSymbolicLinks = options.followSymbolicLinks; |             followSymbolicLinks = options.followSymbolicLinks; | ||||||
|         } |         } | ||||||
|         const globber = yield create(patterns, { followSymbolicLinks }); |         const globber = yield create(patterns, { followSymbolicLinks }); | ||||||
|         return (0, internal_hash_files_1.hashFiles)(globber, currentWorkspace, verbose); |         return internal_hash_files_1.hashFiles(globber, currentWorkspace, verbose); | ||||||
|     }); |     }); | ||||||
| } | } | ||||||
| exports.hashFiles = hashFiles; | exports.hashFiles = hashFiles; | ||||||
| @ -8767,11 +8767,7 @@ exports.hashFiles = hashFiles; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -8784,7 +8780,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -8799,8 +8795,7 @@ function getOptions(copy) { | |||||||
|         followSymbolicLinks: true, |         followSymbolicLinks: true, | ||||||
|         implicitDescendants: true, |         implicitDescendants: true, | ||||||
|         matchDirectories: true, |         matchDirectories: true, | ||||||
|         omitBrokenSymbolicLinks: true, |         omitBrokenSymbolicLinks: true | ||||||
|         excludeHiddenFiles: false |  | ||||||
|     }; |     }; | ||||||
|     if (copy) { |     if (copy) { | ||||||
|         if (typeof copy.followSymbolicLinks === 'boolean') { |         if (typeof copy.followSymbolicLinks === 'boolean') { | ||||||
| @ -8819,10 +8814,6 @@ function getOptions(copy) { | |||||||
|             result.omitBrokenSymbolicLinks = copy.omitBrokenSymbolicLinks; |             result.omitBrokenSymbolicLinks = copy.omitBrokenSymbolicLinks; | ||||||
|             core.debug(`omitBrokenSymbolicLinks '${result.omitBrokenSymbolicLinks}'`); |             core.debug(`omitBrokenSymbolicLinks '${result.omitBrokenSymbolicLinks}'`); | ||||||
|         } |         } | ||||||
|         if (typeof copy.excludeHiddenFiles === 'boolean') { |  | ||||||
|             result.excludeHiddenFiles = copy.excludeHiddenFiles; |  | ||||||
|             core.debug(`excludeHiddenFiles '${result.excludeHiddenFiles}'`); |  | ||||||
|         } |  | ||||||
|     } |     } | ||||||
|     return result; |     return result; | ||||||
| } | } | ||||||
| @ -8838,11 +8829,7 @@ exports.getOptions = getOptions; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -8855,7 +8842,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -8909,21 +8896,19 @@ class DefaultGlobber { | |||||||
|         return this.searchPaths.slice(); |         return this.searchPaths.slice(); | ||||||
|     } |     } | ||||||
|     glob() { |     glob() { | ||||||
|         var _a, e_1, _b, _c; |         var e_1, _a; | ||||||
|         return __awaiter(this, void 0, void 0, function* () { |         return __awaiter(this, void 0, void 0, function* () { | ||||||
|             const result = []; |             const result = []; | ||||||
|             try { |             try { | ||||||
|                 for (var _d = true, _e = __asyncValues(this.globGenerator()), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) { |                 for (var _b = __asyncValues(this.globGenerator()), _c; _c = yield _b.next(), !_c.done;) { | ||||||
|                     _c = _f.value; |                     const itemPath = _c.value; | ||||||
|                     _d = false; |  | ||||||
|                     const itemPath = _c; |  | ||||||
|                     result.push(itemPath); |                     result.push(itemPath); | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             catch (e_1_1) { e_1 = { error: e_1_1 }; } |             catch (e_1_1) { e_1 = { error: e_1_1 }; } | ||||||
|             finally { |             finally { | ||||||
|                 try { |                 try { | ||||||
|                     if (!_d && !_a && (_b = _e.return)) yield _b.call(_e); |                     if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b); | ||||||
|                 } |                 } | ||||||
|                 finally { if (e_1) throw e_1.error; } |                 finally { if (e_1) throw e_1.error; } | ||||||
|             } |             } | ||||||
| @ -8981,10 +8966,6 @@ class DefaultGlobber { | |||||||
|                 if (!stats) { |                 if (!stats) { | ||||||
|                     continue; |                     continue; | ||||||
|                 } |                 } | ||||||
|                 // Hidden file or directory?
 |  | ||||||
|                 if (options.excludeHiddenFiles && path.basename(item.path).match(/^\./)) { |  | ||||||
|                     continue; |  | ||||||
|                 } |  | ||||||
|                 // Directory
 |                 // Directory
 | ||||||
|                 if (stats.isDirectory()) { |                 if (stats.isDirectory()) { | ||||||
|                     // Matched
 |                     // Matched
 | ||||||
| @ -9090,11 +9071,7 @@ exports.DefaultGlobber = DefaultGlobber; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -9107,7 +9084,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -9136,21 +9113,19 @@ const stream = __importStar(__nccwpck_require__(2781)); | |||||||
| const util = __importStar(__nccwpck_require__(3837)); | const util = __importStar(__nccwpck_require__(3837)); | ||||||
| const path = __importStar(__nccwpck_require__(1017)); | const path = __importStar(__nccwpck_require__(1017)); | ||||||
| function hashFiles(globber, currentWorkspace, verbose = false) { | function hashFiles(globber, currentWorkspace, verbose = false) { | ||||||
|     var _a, e_1, _b, _c; |     var e_1, _a; | ||||||
|     var _d; |     var _b; | ||||||
|     return __awaiter(this, void 0, void 0, function* () { |     return __awaiter(this, void 0, void 0, function* () { | ||||||
|         const writeDelegate = verbose ? core.info : core.debug; |         const writeDelegate = verbose ? core.info : core.debug; | ||||||
|         let hasMatch = false; |         let hasMatch = false; | ||||||
|         const githubWorkspace = currentWorkspace |         const githubWorkspace = currentWorkspace | ||||||
|             ? currentWorkspace |             ? currentWorkspace | ||||||
|             : (_d = process.env['GITHUB_WORKSPACE']) !== null && _d !== void 0 ? _d : process.cwd(); |             : (_b = process.env['GITHUB_WORKSPACE']) !== null && _b !== void 0 ? _b : process.cwd(); | ||||||
|         const result = crypto.createHash('sha256'); |         const result = crypto.createHash('sha256'); | ||||||
|         let count = 0; |         let count = 0; | ||||||
|         try { |         try { | ||||||
|             for (var _e = true, _f = __asyncValues(globber.globGenerator()), _g; _g = yield _f.next(), _a = _g.done, !_a; _e = true) { |             for (var _c = __asyncValues(globber.globGenerator()), _d; _d = yield _c.next(), !_d.done;) { | ||||||
|                 _c = _g.value; |                 const file = _d.value; | ||||||
|                 _e = false; |  | ||||||
|                 const file = _c; |  | ||||||
|                 writeDelegate(file); |                 writeDelegate(file); | ||||||
|                 if (!file.startsWith(`${githubWorkspace}${path.sep}`)) { |                 if (!file.startsWith(`${githubWorkspace}${path.sep}`)) { | ||||||
|                     writeDelegate(`Ignore '${file}' since it is not under GITHUB_WORKSPACE.`); |                     writeDelegate(`Ignore '${file}' since it is not under GITHUB_WORKSPACE.`); | ||||||
| @ -9173,7 +9148,7 @@ function hashFiles(globber, currentWorkspace, verbose = false) { | |||||||
|         catch (e_1_1) { e_1 = { error: e_1_1 }; } |         catch (e_1_1) { e_1 = { error: e_1_1 }; } | ||||||
|         finally { |         finally { | ||||||
|             try { |             try { | ||||||
|                 if (!_e && !_a && (_b = _f.return)) yield _b.call(_f); |                 if (_d && !_d.done && (_a = _c.return)) yield _a.call(_c); | ||||||
|             } |             } | ||||||
|             finally { if (e_1) throw e_1.error; } |             finally { if (e_1) throw e_1.error; } | ||||||
|         } |         } | ||||||
| @ -9213,7 +9188,7 @@ var MatchKind; | |||||||
|     MatchKind[MatchKind["File"] = 2] = "File"; |     MatchKind[MatchKind["File"] = 2] = "File"; | ||||||
|     /** Matched */ |     /** Matched */ | ||||||
|     MatchKind[MatchKind["All"] = 3] = "All"; |     MatchKind[MatchKind["All"] = 3] = "All"; | ||||||
| })(MatchKind || (exports.MatchKind = MatchKind = {})); | })(MatchKind = exports.MatchKind || (exports.MatchKind = {})); | ||||||
| //# sourceMappingURL=internal-match-kind.js.map
 | //# sourceMappingURL=internal-match-kind.js.map
 | ||||||
| 
 | 
 | ||||||
| /***/ }), | /***/ }), | ||||||
| @ -9225,11 +9200,7 @@ var MatchKind; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -9242,7 +9213,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -9292,8 +9263,8 @@ exports.dirname = dirname; | |||||||
|  * or `C:` are expanded based on the current working directory. |  * or `C:` are expanded based on the current working directory. | ||||||
|  */ |  */ | ||||||
| function ensureAbsoluteRoot(root, itemPath) { | function ensureAbsoluteRoot(root, itemPath) { | ||||||
|     (0, assert_1.default)(root, `ensureAbsoluteRoot parameter 'root' must not be empty`); |     assert_1.default(root, `ensureAbsoluteRoot parameter 'root' must not be empty`); | ||||||
|     (0, assert_1.default)(itemPath, `ensureAbsoluteRoot parameter 'itemPath' must not be empty`); |     assert_1.default(itemPath, `ensureAbsoluteRoot parameter 'itemPath' must not be empty`); | ||||||
|     // Already rooted
 |     // Already rooted
 | ||||||
|     if (hasAbsoluteRoot(itemPath)) { |     if (hasAbsoluteRoot(itemPath)) { | ||||||
|         return itemPath; |         return itemPath; | ||||||
| @ -9303,7 +9274,7 @@ function ensureAbsoluteRoot(root, itemPath) { | |||||||
|         // Check for itemPath like C: or C:foo
 |         // Check for itemPath like C: or C:foo
 | ||||||
|         if (itemPath.match(/^[A-Z]:[^\\/]|^[A-Z]:$/i)) { |         if (itemPath.match(/^[A-Z]:[^\\/]|^[A-Z]:$/i)) { | ||||||
|             let cwd = process.cwd(); |             let cwd = process.cwd(); | ||||||
|             (0, assert_1.default)(cwd.match(/^[A-Z]:\\/i), `Expected current directory to start with an absolute drive root. Actual '${cwd}'`); |             assert_1.default(cwd.match(/^[A-Z]:\\/i), `Expected current directory to start with an absolute drive root. Actual '${cwd}'`); | ||||||
|             // Drive letter matches cwd? Expand to cwd
 |             // Drive letter matches cwd? Expand to cwd
 | ||||||
|             if (itemPath[0].toUpperCase() === cwd[0].toUpperCase()) { |             if (itemPath[0].toUpperCase() === cwd[0].toUpperCase()) { | ||||||
|                 // Drive only, e.g. C:
 |                 // Drive only, e.g. C:
 | ||||||
| @ -9328,11 +9299,11 @@ function ensureAbsoluteRoot(root, itemPath) { | |||||||
|         // Check for itemPath like \ or \foo
 |         // Check for itemPath like \ or \foo
 | ||||||
|         else if (normalizeSeparators(itemPath).match(/^\\$|^\\[^\\]/)) { |         else if (normalizeSeparators(itemPath).match(/^\\$|^\\[^\\]/)) { | ||||||
|             const cwd = process.cwd(); |             const cwd = process.cwd(); | ||||||
|             (0, assert_1.default)(cwd.match(/^[A-Z]:\\/i), `Expected current directory to start with an absolute drive root. Actual '${cwd}'`); |             assert_1.default(cwd.match(/^[A-Z]:\\/i), `Expected current directory to start with an absolute drive root. Actual '${cwd}'`); | ||||||
|             return `${cwd[0]}:\\${itemPath.substr(1)}`; |             return `${cwd[0]}:\\${itemPath.substr(1)}`; | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     (0, assert_1.default)(hasAbsoluteRoot(root), `ensureAbsoluteRoot parameter 'root' must have an absolute root`); |     assert_1.default(hasAbsoluteRoot(root), `ensureAbsoluteRoot parameter 'root' must have an absolute root`); | ||||||
|     // Otherwise ensure root ends with a separator
 |     // Otherwise ensure root ends with a separator
 | ||||||
|     if (root.endsWith('/') || (IS_WINDOWS && root.endsWith('\\'))) { |     if (root.endsWith('/') || (IS_WINDOWS && root.endsWith('\\'))) { | ||||||
|         // Intentionally empty
 |         // Intentionally empty
 | ||||||
| @ -9349,7 +9320,7 @@ exports.ensureAbsoluteRoot = ensureAbsoluteRoot; | |||||||
|  * `\\hello\share` and `C:\hello` (and using alternate separator). |  * `\\hello\share` and `C:\hello` (and using alternate separator). | ||||||
|  */ |  */ | ||||||
| function hasAbsoluteRoot(itemPath) { | function hasAbsoluteRoot(itemPath) { | ||||||
|     (0, assert_1.default)(itemPath, `hasAbsoluteRoot parameter 'itemPath' must not be empty`); |     assert_1.default(itemPath, `hasAbsoluteRoot parameter 'itemPath' must not be empty`); | ||||||
|     // Normalize separators
 |     // Normalize separators
 | ||||||
|     itemPath = normalizeSeparators(itemPath); |     itemPath = normalizeSeparators(itemPath); | ||||||
|     // Windows
 |     // Windows
 | ||||||
| @ -9366,7 +9337,7 @@ exports.hasAbsoluteRoot = hasAbsoluteRoot; | |||||||
|  * `\`, `\hello`, `\\hello\share`, `C:`, and `C:\hello` (and using alternate separator).
 |  * `\`, `\hello`, `\\hello\share`, `C:`, and `C:\hello` (and using alternate separator).
 | ||||||
|  */ |  */ | ||||||
| function hasRoot(itemPath) { | function hasRoot(itemPath) { | ||||||
|     (0, assert_1.default)(itemPath, `isRooted parameter 'itemPath' must not be empty`); |     assert_1.default(itemPath, `isRooted parameter 'itemPath' must not be empty`); | ||||||
|     // Normalize separators
 |     // Normalize separators
 | ||||||
|     itemPath = normalizeSeparators(itemPath); |     itemPath = normalizeSeparators(itemPath); | ||||||
|     // Windows
 |     // Windows
 | ||||||
| @ -9434,11 +9405,7 @@ exports.safeTrimTrailingSeparator = safeTrimTrailingSeparator; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -9451,7 +9418,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -9476,7 +9443,7 @@ class Path { | |||||||
|         this.segments = []; |         this.segments = []; | ||||||
|         // String
 |         // String
 | ||||||
|         if (typeof itemPath === 'string') { |         if (typeof itemPath === 'string') { | ||||||
|             (0, assert_1.default)(itemPath, `Parameter 'itemPath' must not be empty`); |             assert_1.default(itemPath, `Parameter 'itemPath' must not be empty`); | ||||||
|             // Normalize slashes and trim unnecessary trailing slash
 |             // Normalize slashes and trim unnecessary trailing slash
 | ||||||
|             itemPath = pathHelper.safeTrimTrailingSeparator(itemPath); |             itemPath = pathHelper.safeTrimTrailingSeparator(itemPath); | ||||||
|             // Not rooted
 |             // Not rooted
 | ||||||
| @ -9503,24 +9470,24 @@ class Path { | |||||||
|         // Array
 |         // Array
 | ||||||
|         else { |         else { | ||||||
|             // Must not be empty
 |             // Must not be empty
 | ||||||
|             (0, assert_1.default)(itemPath.length > 0, `Parameter 'itemPath' must not be an empty array`); |             assert_1.default(itemPath.length > 0, `Parameter 'itemPath' must not be an empty array`); | ||||||
|             // Each segment
 |             // Each segment
 | ||||||
|             for (let i = 0; i < itemPath.length; i++) { |             for (let i = 0; i < itemPath.length; i++) { | ||||||
|                 let segment = itemPath[i]; |                 let segment = itemPath[i]; | ||||||
|                 // Must not be empty
 |                 // Must not be empty
 | ||||||
|                 (0, assert_1.default)(segment, `Parameter 'itemPath' must not contain any empty segments`); |                 assert_1.default(segment, `Parameter 'itemPath' must not contain any empty segments`); | ||||||
|                 // Normalize slashes
 |                 // Normalize slashes
 | ||||||
|                 segment = pathHelper.normalizeSeparators(itemPath[i]); |                 segment = pathHelper.normalizeSeparators(itemPath[i]); | ||||||
|                 // Root segment
 |                 // Root segment
 | ||||||
|                 if (i === 0 && pathHelper.hasRoot(segment)) { |                 if (i === 0 && pathHelper.hasRoot(segment)) { | ||||||
|                     segment = pathHelper.safeTrimTrailingSeparator(segment); |                     segment = pathHelper.safeTrimTrailingSeparator(segment); | ||||||
|                     (0, assert_1.default)(segment === pathHelper.dirname(segment), `Parameter 'itemPath' root segment contains information for multiple segments`); |                     assert_1.default(segment === pathHelper.dirname(segment), `Parameter 'itemPath' root segment contains information for multiple segments`); | ||||||
|                     this.segments.push(segment); |                     this.segments.push(segment); | ||||||
|                 } |                 } | ||||||
|                 // All other segments
 |                 // All other segments
 | ||||||
|                 else { |                 else { | ||||||
|                     // Must not contain slash
 |                     // Must not contain slash
 | ||||||
|                     (0, assert_1.default)(!segment.includes(path.sep), `Parameter 'itemPath' contains unexpected path separators`); |                     assert_1.default(!segment.includes(path.sep), `Parameter 'itemPath' contains unexpected path separators`); | ||||||
|                     this.segments.push(segment); |                     this.segments.push(segment); | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
| @ -9558,11 +9525,7 @@ exports.Path = Path; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -9575,7 +9538,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -9663,11 +9626,7 @@ exports.partialMatch = partialMatch; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -9680,7 +9639,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -9712,9 +9671,9 @@ class Pattern { | |||||||
|         else { |         else { | ||||||
|             // Convert to pattern
 |             // Convert to pattern
 | ||||||
|             segments = segments || []; |             segments = segments || []; | ||||||
|             (0, assert_1.default)(segments.length, `Parameter 'segments' must not empty`); |             assert_1.default(segments.length, `Parameter 'segments' must not empty`); | ||||||
|             const root = Pattern.getLiteral(segments[0]); |             const root = Pattern.getLiteral(segments[0]); | ||||||
|             (0, assert_1.default)(root && pathHelper.hasAbsoluteRoot(root), `Parameter 'segments' first element must be a root path`); |             assert_1.default(root && pathHelper.hasAbsoluteRoot(root), `Parameter 'segments' first element must be a root path`); | ||||||
|             pattern = new internal_path_1.Path(segments).toString().trim(); |             pattern = new internal_path_1.Path(segments).toString().trim(); | ||||||
|             if (patternOrNegate) { |             if (patternOrNegate) { | ||||||
|                 pattern = `!${pattern}`; |                 pattern = `!${pattern}`; | ||||||
| @ -9808,13 +9767,13 @@ class Pattern { | |||||||
|      */ |      */ | ||||||
|     static fixupPattern(pattern, homedir) { |     static fixupPattern(pattern, homedir) { | ||||||
|         // Empty
 |         // Empty
 | ||||||
|         (0, assert_1.default)(pattern, 'pattern cannot be empty'); |         assert_1.default(pattern, 'pattern cannot be empty'); | ||||||
|         // Must not contain `.` segment, unless first segment
 |         // Must not contain `.` segment, unless first segment
 | ||||||
|         // Must not contain `..` segment
 |         // Must not contain `..` segment
 | ||||||
|         const literalSegments = new internal_path_1.Path(pattern).segments.map(x => Pattern.getLiteral(x)); |         const literalSegments = new internal_path_1.Path(pattern).segments.map(x => Pattern.getLiteral(x)); | ||||||
|         (0, assert_1.default)(literalSegments.every((x, i) => (x !== '.' || i === 0) && x !== '..'), `Invalid pattern '${pattern}'. Relative pathing '.' and '..' is not allowed.`); |         assert_1.default(literalSegments.every((x, i) => (x !== '.' || i === 0) && x !== '..'), `Invalid pattern '${pattern}'. Relative pathing '.' and '..' is not allowed.`); | ||||||
|         // Must not contain globs in root, e.g. Windows UNC path \\foo\b*r
 |         // Must not contain globs in root, e.g. Windows UNC path \\foo\b*r
 | ||||||
|         (0, assert_1.default)(!pathHelper.hasRoot(pattern) || literalSegments[0], `Invalid pattern '${pattern}'. Root segment must not contain globs.`); |         assert_1.default(!pathHelper.hasRoot(pattern) || literalSegments[0], `Invalid pattern '${pattern}'. Root segment must not contain globs.`); | ||||||
|         // Normalize slashes
 |         // Normalize slashes
 | ||||||
|         pattern = pathHelper.normalizeSeparators(pattern); |         pattern = pathHelper.normalizeSeparators(pattern); | ||||||
|         // Replace leading `.` segment
 |         // Replace leading `.` segment
 | ||||||
| @ -9824,8 +9783,8 @@ class Pattern { | |||||||
|         // Replace leading `~` segment
 |         // Replace leading `~` segment
 | ||||||
|         else if (pattern === '~' || pattern.startsWith(`~${path.sep}`)) { |         else if (pattern === '~' || pattern.startsWith(`~${path.sep}`)) { | ||||||
|             homedir = homedir || os.homedir(); |             homedir = homedir || os.homedir(); | ||||||
|             (0, assert_1.default)(homedir, 'Unable to determine HOME directory'); |             assert_1.default(homedir, 'Unable to determine HOME directory'); | ||||||
|             (0, assert_1.default)(pathHelper.hasAbsoluteRoot(homedir), `Expected HOME directory to be a rooted path. Actual '${homedir}'`); |             assert_1.default(pathHelper.hasAbsoluteRoot(homedir), `Expected HOME directory to be a rooted path. Actual '${homedir}'`); | ||||||
|             pattern = Pattern.globEscape(homedir) + pattern.substr(1); |             pattern = Pattern.globEscape(homedir) + pattern.substr(1); | ||||||
|         } |         } | ||||||
|         // Replace relative drive root, e.g. pattern is C: or C:foo
 |         // Replace relative drive root, e.g. pattern is C: or C:foo
 | ||||||
|  | |||||||
							
								
								
									
										133
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										133
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							| @ -8968,7 +8968,7 @@ function hashFiles(patterns, currentWorkspace = '', options, verbose = false) { | |||||||
|             followSymbolicLinks = options.followSymbolicLinks; |             followSymbolicLinks = options.followSymbolicLinks; | ||||||
|         } |         } | ||||||
|         const globber = yield create(patterns, { followSymbolicLinks }); |         const globber = yield create(patterns, { followSymbolicLinks }); | ||||||
|         return (0, internal_hash_files_1.hashFiles)(globber, currentWorkspace, verbose); |         return internal_hash_files_1.hashFiles(globber, currentWorkspace, verbose); | ||||||
|     }); |     }); | ||||||
| } | } | ||||||
| exports.hashFiles = hashFiles; | exports.hashFiles = hashFiles; | ||||||
| @ -8983,11 +8983,7 @@ exports.hashFiles = hashFiles; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -9000,7 +8996,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -9015,8 +9011,7 @@ function getOptions(copy) { | |||||||
|         followSymbolicLinks: true, |         followSymbolicLinks: true, | ||||||
|         implicitDescendants: true, |         implicitDescendants: true, | ||||||
|         matchDirectories: true, |         matchDirectories: true, | ||||||
|         omitBrokenSymbolicLinks: true, |         omitBrokenSymbolicLinks: true | ||||||
|         excludeHiddenFiles: false |  | ||||||
|     }; |     }; | ||||||
|     if (copy) { |     if (copy) { | ||||||
|         if (typeof copy.followSymbolicLinks === 'boolean') { |         if (typeof copy.followSymbolicLinks === 'boolean') { | ||||||
| @ -9035,10 +9030,6 @@ function getOptions(copy) { | |||||||
|             result.omitBrokenSymbolicLinks = copy.omitBrokenSymbolicLinks; |             result.omitBrokenSymbolicLinks = copy.omitBrokenSymbolicLinks; | ||||||
|             core.debug(`omitBrokenSymbolicLinks '${result.omitBrokenSymbolicLinks}'`); |             core.debug(`omitBrokenSymbolicLinks '${result.omitBrokenSymbolicLinks}'`); | ||||||
|         } |         } | ||||||
|         if (typeof copy.excludeHiddenFiles === 'boolean') { |  | ||||||
|             result.excludeHiddenFiles = copy.excludeHiddenFiles; |  | ||||||
|             core.debug(`excludeHiddenFiles '${result.excludeHiddenFiles}'`); |  | ||||||
|         } |  | ||||||
|     } |     } | ||||||
|     return result; |     return result; | ||||||
| } | } | ||||||
| @ -9054,11 +9045,7 @@ exports.getOptions = getOptions; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -9071,7 +9058,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -9125,21 +9112,19 @@ class DefaultGlobber { | |||||||
|         return this.searchPaths.slice(); |         return this.searchPaths.slice(); | ||||||
|     } |     } | ||||||
|     glob() { |     glob() { | ||||||
|         var _a, e_1, _b, _c; |         var e_1, _a; | ||||||
|         return __awaiter(this, void 0, void 0, function* () { |         return __awaiter(this, void 0, void 0, function* () { | ||||||
|             const result = []; |             const result = []; | ||||||
|             try { |             try { | ||||||
|                 for (var _d = true, _e = __asyncValues(this.globGenerator()), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) { |                 for (var _b = __asyncValues(this.globGenerator()), _c; _c = yield _b.next(), !_c.done;) { | ||||||
|                     _c = _f.value; |                     const itemPath = _c.value; | ||||||
|                     _d = false; |  | ||||||
|                     const itemPath = _c; |  | ||||||
|                     result.push(itemPath); |                     result.push(itemPath); | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             catch (e_1_1) { e_1 = { error: e_1_1 }; } |             catch (e_1_1) { e_1 = { error: e_1_1 }; } | ||||||
|             finally { |             finally { | ||||||
|                 try { |                 try { | ||||||
|                     if (!_d && !_a && (_b = _e.return)) yield _b.call(_e); |                     if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b); | ||||||
|                 } |                 } | ||||||
|                 finally { if (e_1) throw e_1.error; } |                 finally { if (e_1) throw e_1.error; } | ||||||
|             } |             } | ||||||
| @ -9197,10 +9182,6 @@ class DefaultGlobber { | |||||||
|                 if (!stats) { |                 if (!stats) { | ||||||
|                     continue; |                     continue; | ||||||
|                 } |                 } | ||||||
|                 // Hidden file or directory?
 |  | ||||||
|                 if (options.excludeHiddenFiles && path.basename(item.path).match(/^\./)) { |  | ||||||
|                     continue; |  | ||||||
|                 } |  | ||||||
|                 // Directory
 |                 // Directory
 | ||||||
|                 if (stats.isDirectory()) { |                 if (stats.isDirectory()) { | ||||||
|                     // Matched
 |                     // Matched
 | ||||||
| @ -9306,11 +9287,7 @@ exports.DefaultGlobber = DefaultGlobber; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -9323,7 +9300,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -9352,21 +9329,19 @@ const stream = __importStar(__nccwpck_require__(2781)); | |||||||
| const util = __importStar(__nccwpck_require__(3837)); | const util = __importStar(__nccwpck_require__(3837)); | ||||||
| const path = __importStar(__nccwpck_require__(1017)); | const path = __importStar(__nccwpck_require__(1017)); | ||||||
| function hashFiles(globber, currentWorkspace, verbose = false) { | function hashFiles(globber, currentWorkspace, verbose = false) { | ||||||
|     var _a, e_1, _b, _c; |     var e_1, _a; | ||||||
|     var _d; |     var _b; | ||||||
|     return __awaiter(this, void 0, void 0, function* () { |     return __awaiter(this, void 0, void 0, function* () { | ||||||
|         const writeDelegate = verbose ? core.info : core.debug; |         const writeDelegate = verbose ? core.info : core.debug; | ||||||
|         let hasMatch = false; |         let hasMatch = false; | ||||||
|         const githubWorkspace = currentWorkspace |         const githubWorkspace = currentWorkspace | ||||||
|             ? currentWorkspace |             ? currentWorkspace | ||||||
|             : (_d = process.env['GITHUB_WORKSPACE']) !== null && _d !== void 0 ? _d : process.cwd(); |             : (_b = process.env['GITHUB_WORKSPACE']) !== null && _b !== void 0 ? _b : process.cwd(); | ||||||
|         const result = crypto.createHash('sha256'); |         const result = crypto.createHash('sha256'); | ||||||
|         let count = 0; |         let count = 0; | ||||||
|         try { |         try { | ||||||
|             for (var _e = true, _f = __asyncValues(globber.globGenerator()), _g; _g = yield _f.next(), _a = _g.done, !_a; _e = true) { |             for (var _c = __asyncValues(globber.globGenerator()), _d; _d = yield _c.next(), !_d.done;) { | ||||||
|                 _c = _g.value; |                 const file = _d.value; | ||||||
|                 _e = false; |  | ||||||
|                 const file = _c; |  | ||||||
|                 writeDelegate(file); |                 writeDelegate(file); | ||||||
|                 if (!file.startsWith(`${githubWorkspace}${path.sep}`)) { |                 if (!file.startsWith(`${githubWorkspace}${path.sep}`)) { | ||||||
|                     writeDelegate(`Ignore '${file}' since it is not under GITHUB_WORKSPACE.`); |                     writeDelegate(`Ignore '${file}' since it is not under GITHUB_WORKSPACE.`); | ||||||
| @ -9389,7 +9364,7 @@ function hashFiles(globber, currentWorkspace, verbose = false) { | |||||||
|         catch (e_1_1) { e_1 = { error: e_1_1 }; } |         catch (e_1_1) { e_1 = { error: e_1_1 }; } | ||||||
|         finally { |         finally { | ||||||
|             try { |             try { | ||||||
|                 if (!_e && !_a && (_b = _f.return)) yield _b.call(_f); |                 if (_d && !_d.done && (_a = _c.return)) yield _a.call(_c); | ||||||
|             } |             } | ||||||
|             finally { if (e_1) throw e_1.error; } |             finally { if (e_1) throw e_1.error; } | ||||||
|         } |         } | ||||||
| @ -9429,7 +9404,7 @@ var MatchKind; | |||||||
|     MatchKind[MatchKind["File"] = 2] = "File"; |     MatchKind[MatchKind["File"] = 2] = "File"; | ||||||
|     /** Matched */ |     /** Matched */ | ||||||
|     MatchKind[MatchKind["All"] = 3] = "All"; |     MatchKind[MatchKind["All"] = 3] = "All"; | ||||||
| })(MatchKind || (exports.MatchKind = MatchKind = {})); | })(MatchKind = exports.MatchKind || (exports.MatchKind = {})); | ||||||
| //# sourceMappingURL=internal-match-kind.js.map
 | //# sourceMappingURL=internal-match-kind.js.map
 | ||||||
| 
 | 
 | ||||||
| /***/ }), | /***/ }), | ||||||
| @ -9441,11 +9416,7 @@ var MatchKind; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -9458,7 +9429,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -9508,8 +9479,8 @@ exports.dirname = dirname; | |||||||
|  * or `C:` are expanded based on the current working directory. |  * or `C:` are expanded based on the current working directory. | ||||||
|  */ |  */ | ||||||
| function ensureAbsoluteRoot(root, itemPath) { | function ensureAbsoluteRoot(root, itemPath) { | ||||||
|     (0, assert_1.default)(root, `ensureAbsoluteRoot parameter 'root' must not be empty`); |     assert_1.default(root, `ensureAbsoluteRoot parameter 'root' must not be empty`); | ||||||
|     (0, assert_1.default)(itemPath, `ensureAbsoluteRoot parameter 'itemPath' must not be empty`); |     assert_1.default(itemPath, `ensureAbsoluteRoot parameter 'itemPath' must not be empty`); | ||||||
|     // Already rooted
 |     // Already rooted
 | ||||||
|     if (hasAbsoluteRoot(itemPath)) { |     if (hasAbsoluteRoot(itemPath)) { | ||||||
|         return itemPath; |         return itemPath; | ||||||
| @ -9519,7 +9490,7 @@ function ensureAbsoluteRoot(root, itemPath) { | |||||||
|         // Check for itemPath like C: or C:foo
 |         // Check for itemPath like C: or C:foo
 | ||||||
|         if (itemPath.match(/^[A-Z]:[^\\/]|^[A-Z]:$/i)) { |         if (itemPath.match(/^[A-Z]:[^\\/]|^[A-Z]:$/i)) { | ||||||
|             let cwd = process.cwd(); |             let cwd = process.cwd(); | ||||||
|             (0, assert_1.default)(cwd.match(/^[A-Z]:\\/i), `Expected current directory to start with an absolute drive root. Actual '${cwd}'`); |             assert_1.default(cwd.match(/^[A-Z]:\\/i), `Expected current directory to start with an absolute drive root. Actual '${cwd}'`); | ||||||
|             // Drive letter matches cwd? Expand to cwd
 |             // Drive letter matches cwd? Expand to cwd
 | ||||||
|             if (itemPath[0].toUpperCase() === cwd[0].toUpperCase()) { |             if (itemPath[0].toUpperCase() === cwd[0].toUpperCase()) { | ||||||
|                 // Drive only, e.g. C:
 |                 // Drive only, e.g. C:
 | ||||||
| @ -9544,11 +9515,11 @@ function ensureAbsoluteRoot(root, itemPath) { | |||||||
|         // Check for itemPath like \ or \foo
 |         // Check for itemPath like \ or \foo
 | ||||||
|         else if (normalizeSeparators(itemPath).match(/^\\$|^\\[^\\]/)) { |         else if (normalizeSeparators(itemPath).match(/^\\$|^\\[^\\]/)) { | ||||||
|             const cwd = process.cwd(); |             const cwd = process.cwd(); | ||||||
|             (0, assert_1.default)(cwd.match(/^[A-Z]:\\/i), `Expected current directory to start with an absolute drive root. Actual '${cwd}'`); |             assert_1.default(cwd.match(/^[A-Z]:\\/i), `Expected current directory to start with an absolute drive root. Actual '${cwd}'`); | ||||||
|             return `${cwd[0]}:\\${itemPath.substr(1)}`; |             return `${cwd[0]}:\\${itemPath.substr(1)}`; | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     (0, assert_1.default)(hasAbsoluteRoot(root), `ensureAbsoluteRoot parameter 'root' must have an absolute root`); |     assert_1.default(hasAbsoluteRoot(root), `ensureAbsoluteRoot parameter 'root' must have an absolute root`); | ||||||
|     // Otherwise ensure root ends with a separator
 |     // Otherwise ensure root ends with a separator
 | ||||||
|     if (root.endsWith('/') || (IS_WINDOWS && root.endsWith('\\'))) { |     if (root.endsWith('/') || (IS_WINDOWS && root.endsWith('\\'))) { | ||||||
|         // Intentionally empty
 |         // Intentionally empty
 | ||||||
| @ -9565,7 +9536,7 @@ exports.ensureAbsoluteRoot = ensureAbsoluteRoot; | |||||||
|  * `\\hello\share` and `C:\hello` (and using alternate separator). |  * `\\hello\share` and `C:\hello` (and using alternate separator). | ||||||
|  */ |  */ | ||||||
| function hasAbsoluteRoot(itemPath) { | function hasAbsoluteRoot(itemPath) { | ||||||
|     (0, assert_1.default)(itemPath, `hasAbsoluteRoot parameter 'itemPath' must not be empty`); |     assert_1.default(itemPath, `hasAbsoluteRoot parameter 'itemPath' must not be empty`); | ||||||
|     // Normalize separators
 |     // Normalize separators
 | ||||||
|     itemPath = normalizeSeparators(itemPath); |     itemPath = normalizeSeparators(itemPath); | ||||||
|     // Windows
 |     // Windows
 | ||||||
| @ -9582,7 +9553,7 @@ exports.hasAbsoluteRoot = hasAbsoluteRoot; | |||||||
|  * `\`, `\hello`, `\\hello\share`, `C:`, and `C:\hello` (and using alternate separator).
 |  * `\`, `\hello`, `\\hello\share`, `C:`, and `C:\hello` (and using alternate separator).
 | ||||||
|  */ |  */ | ||||||
| function hasRoot(itemPath) { | function hasRoot(itemPath) { | ||||||
|     (0, assert_1.default)(itemPath, `isRooted parameter 'itemPath' must not be empty`); |     assert_1.default(itemPath, `isRooted parameter 'itemPath' must not be empty`); | ||||||
|     // Normalize separators
 |     // Normalize separators
 | ||||||
|     itemPath = normalizeSeparators(itemPath); |     itemPath = normalizeSeparators(itemPath); | ||||||
|     // Windows
 |     // Windows
 | ||||||
| @ -9650,11 +9621,7 @@ exports.safeTrimTrailingSeparator = safeTrimTrailingSeparator; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -9667,7 +9634,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -9692,7 +9659,7 @@ class Path { | |||||||
|         this.segments = []; |         this.segments = []; | ||||||
|         // String
 |         // String
 | ||||||
|         if (typeof itemPath === 'string') { |         if (typeof itemPath === 'string') { | ||||||
|             (0, assert_1.default)(itemPath, `Parameter 'itemPath' must not be empty`); |             assert_1.default(itemPath, `Parameter 'itemPath' must not be empty`); | ||||||
|             // Normalize slashes and trim unnecessary trailing slash
 |             // Normalize slashes and trim unnecessary trailing slash
 | ||||||
|             itemPath = pathHelper.safeTrimTrailingSeparator(itemPath); |             itemPath = pathHelper.safeTrimTrailingSeparator(itemPath); | ||||||
|             // Not rooted
 |             // Not rooted
 | ||||||
| @ -9719,24 +9686,24 @@ class Path { | |||||||
|         // Array
 |         // Array
 | ||||||
|         else { |         else { | ||||||
|             // Must not be empty
 |             // Must not be empty
 | ||||||
|             (0, assert_1.default)(itemPath.length > 0, `Parameter 'itemPath' must not be an empty array`); |             assert_1.default(itemPath.length > 0, `Parameter 'itemPath' must not be an empty array`); | ||||||
|             // Each segment
 |             // Each segment
 | ||||||
|             for (let i = 0; i < itemPath.length; i++) { |             for (let i = 0; i < itemPath.length; i++) { | ||||||
|                 let segment = itemPath[i]; |                 let segment = itemPath[i]; | ||||||
|                 // Must not be empty
 |                 // Must not be empty
 | ||||||
|                 (0, assert_1.default)(segment, `Parameter 'itemPath' must not contain any empty segments`); |                 assert_1.default(segment, `Parameter 'itemPath' must not contain any empty segments`); | ||||||
|                 // Normalize slashes
 |                 // Normalize slashes
 | ||||||
|                 segment = pathHelper.normalizeSeparators(itemPath[i]); |                 segment = pathHelper.normalizeSeparators(itemPath[i]); | ||||||
|                 // Root segment
 |                 // Root segment
 | ||||||
|                 if (i === 0 && pathHelper.hasRoot(segment)) { |                 if (i === 0 && pathHelper.hasRoot(segment)) { | ||||||
|                     segment = pathHelper.safeTrimTrailingSeparator(segment); |                     segment = pathHelper.safeTrimTrailingSeparator(segment); | ||||||
|                     (0, assert_1.default)(segment === pathHelper.dirname(segment), `Parameter 'itemPath' root segment contains information for multiple segments`); |                     assert_1.default(segment === pathHelper.dirname(segment), `Parameter 'itemPath' root segment contains information for multiple segments`); | ||||||
|                     this.segments.push(segment); |                     this.segments.push(segment); | ||||||
|                 } |                 } | ||||||
|                 // All other segments
 |                 // All other segments
 | ||||||
|                 else { |                 else { | ||||||
|                     // Must not contain slash
 |                     // Must not contain slash
 | ||||||
|                     (0, assert_1.default)(!segment.includes(path.sep), `Parameter 'itemPath' contains unexpected path separators`); |                     assert_1.default(!segment.includes(path.sep), `Parameter 'itemPath' contains unexpected path separators`); | ||||||
|                     this.segments.push(segment); |                     this.segments.push(segment); | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
| @ -9774,11 +9741,7 @@ exports.Path = Path; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -9791,7 +9754,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -9879,11 +9842,7 @@ exports.partialMatch = partialMatch; | |||||||
| 
 | 
 | ||||||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     var desc = Object.getOwnPropertyDescriptor(m, k); |     Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||||||
|     if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |  | ||||||
|       desc = { enumerable: true, get: function() { return m[k]; } }; |  | ||||||
|     } |  | ||||||
|     Object.defineProperty(o, k2, desc); |  | ||||||
| }) : (function(o, m, k, k2) { | }) : (function(o, m, k, k2) { | ||||||
|     if (k2 === undefined) k2 = k; |     if (k2 === undefined) k2 = k; | ||||||
|     o[k2] = m[k]; |     o[k2] = m[k]; | ||||||
| @ -9896,7 +9855,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( | |||||||
| var __importStar = (this && this.__importStar) || function (mod) { | var __importStar = (this && this.__importStar) || function (mod) { | ||||||
|     if (mod && mod.__esModule) return mod; |     if (mod && mod.__esModule) return mod; | ||||||
|     var result = {}; |     var result = {}; | ||||||
|     if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |     if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||||||
|     __setModuleDefault(result, mod); |     __setModuleDefault(result, mod); | ||||||
|     return result; |     return result; | ||||||
| }; | }; | ||||||
| @ -9928,9 +9887,9 @@ class Pattern { | |||||||
|         else { |         else { | ||||||
|             // Convert to pattern
 |             // Convert to pattern
 | ||||||
|             segments = segments || []; |             segments = segments || []; | ||||||
|             (0, assert_1.default)(segments.length, `Parameter 'segments' must not empty`); |             assert_1.default(segments.length, `Parameter 'segments' must not empty`); | ||||||
|             const root = Pattern.getLiteral(segments[0]); |             const root = Pattern.getLiteral(segments[0]); | ||||||
|             (0, assert_1.default)(root && pathHelper.hasAbsoluteRoot(root), `Parameter 'segments' first element must be a root path`); |             assert_1.default(root && pathHelper.hasAbsoluteRoot(root), `Parameter 'segments' first element must be a root path`); | ||||||
|             pattern = new internal_path_1.Path(segments).toString().trim(); |             pattern = new internal_path_1.Path(segments).toString().trim(); | ||||||
|             if (patternOrNegate) { |             if (patternOrNegate) { | ||||||
|                 pattern = `!${pattern}`; |                 pattern = `!${pattern}`; | ||||||
| @ -10024,13 +9983,13 @@ class Pattern { | |||||||
|      */ |      */ | ||||||
|     static fixupPattern(pattern, homedir) { |     static fixupPattern(pattern, homedir) { | ||||||
|         // Empty
 |         // Empty
 | ||||||
|         (0, assert_1.default)(pattern, 'pattern cannot be empty'); |         assert_1.default(pattern, 'pattern cannot be empty'); | ||||||
|         // Must not contain `.` segment, unless first segment
 |         // Must not contain `.` segment, unless first segment
 | ||||||
|         // Must not contain `..` segment
 |         // Must not contain `..` segment
 | ||||||
|         const literalSegments = new internal_path_1.Path(pattern).segments.map(x => Pattern.getLiteral(x)); |         const literalSegments = new internal_path_1.Path(pattern).segments.map(x => Pattern.getLiteral(x)); | ||||||
|         (0, assert_1.default)(literalSegments.every((x, i) => (x !== '.' || i === 0) && x !== '..'), `Invalid pattern '${pattern}'. Relative pathing '.' and '..' is not allowed.`); |         assert_1.default(literalSegments.every((x, i) => (x !== '.' || i === 0) && x !== '..'), `Invalid pattern '${pattern}'. Relative pathing '.' and '..' is not allowed.`); | ||||||
|         // Must not contain globs in root, e.g. Windows UNC path \\foo\b*r
 |         // Must not contain globs in root, e.g. Windows UNC path \\foo\b*r
 | ||||||
|         (0, assert_1.default)(!pathHelper.hasRoot(pattern) || literalSegments[0], `Invalid pattern '${pattern}'. Root segment must not contain globs.`); |         assert_1.default(!pathHelper.hasRoot(pattern) || literalSegments[0], `Invalid pattern '${pattern}'. Root segment must not contain globs.`); | ||||||
|         // Normalize slashes
 |         // Normalize slashes
 | ||||||
|         pattern = pathHelper.normalizeSeparators(pattern); |         pattern = pathHelper.normalizeSeparators(pattern); | ||||||
|         // Replace leading `.` segment
 |         // Replace leading `.` segment
 | ||||||
| @ -10040,8 +9999,8 @@ class Pattern { | |||||||
|         // Replace leading `~` segment
 |         // Replace leading `~` segment
 | ||||||
|         else if (pattern === '~' || pattern.startsWith(`~${path.sep}`)) { |         else if (pattern === '~' || pattern.startsWith(`~${path.sep}`)) { | ||||||
|             homedir = homedir || os.homedir(); |             homedir = homedir || os.homedir(); | ||||||
|             (0, assert_1.default)(homedir, 'Unable to determine HOME directory'); |             assert_1.default(homedir, 'Unable to determine HOME directory'); | ||||||
|             (0, assert_1.default)(pathHelper.hasAbsoluteRoot(homedir), `Expected HOME directory to be a rooted path. Actual '${homedir}'`); |             assert_1.default(pathHelper.hasAbsoluteRoot(homedir), `Expected HOME directory to be a rooted path. Actual '${homedir}'`); | ||||||
|             pattern = Pattern.globEscape(homedir) + pattern.substr(1); |             pattern = Pattern.globEscape(homedir) + pattern.substr(1); | ||||||
|         } |         } | ||||||
|         // Replace relative drive root, e.g. pattern is C: or C:foo
 |         // Replace relative drive root, e.g. pattern is C: or C:foo
 | ||||||
|  | |||||||
							
								
								
									
										9
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										9
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -13,7 +13,7 @@ | |||||||
|         "@actions/core": "^1.11.1", |         "@actions/core": "^1.11.1", | ||||||
|         "@actions/exec": "^1.1.1", |         "@actions/exec": "^1.1.1", | ||||||
|         "@actions/github": "^5.1.1", |         "@actions/github": "^5.1.1", | ||||||
|         "@actions/glob": "^0.5.0", |         "@actions/glob": "^0.4.0", | ||||||
|         "@actions/http-client": "^2.2.1", |         "@actions/http-client": "^2.2.1", | ||||||
|         "@actions/io": "^1.0.2", |         "@actions/io": "^1.0.2", | ||||||
|         "@actions/tool-cache": "^2.0.1", |         "@actions/tool-cache": "^2.0.1", | ||||||
| @ -115,10 +115,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@actions/glob": { |     "node_modules/@actions/glob": { | ||||||
|       "version": "0.5.0", |       "version": "0.4.0", | ||||||
|       "resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.5.0.tgz", |       "resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.4.0.tgz", | ||||||
|       "integrity": "sha512-tST2rjPvJLRZLuT9NMUtyBjvj9Yo0MiJS3ow004slMvm8GFM+Zv9HvMJ7HWzfUyJnGrJvDsYkWBaaG3YKXRtCw==", |       "integrity": "sha512-+eKIGFhsFa4EBwaf/GMyzCdWrXWymGXfFmZU3FHQvYS8mPcHtTtZONbkcqqUMzw9mJ/pImEBFET1JNifhqGsAQ==", | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@actions/core": "^1.9.1", |         "@actions/core": "^1.9.1", | ||||||
|         "minimatch": "^3.0.4" |         "minimatch": "^3.0.4" | ||||||
|  | |||||||
| @ -29,7 +29,7 @@ | |||||||
|     "@actions/core": "^1.11.1", |     "@actions/core": "^1.11.1", | ||||||
|     "@actions/exec": "^1.1.1", |     "@actions/exec": "^1.1.1", | ||||||
|     "@actions/github": "^5.1.1", |     "@actions/github": "^5.1.1", | ||||||
|     "@actions/glob": "^0.5.0", |     "@actions/glob": "^0.4.0", | ||||||
|     "@actions/http-client": "^2.2.1", |     "@actions/http-client": "^2.2.1", | ||||||
|     "@actions/io": "^1.0.2", |     "@actions/io": "^1.0.2", | ||||||
|     "@actions/tool-cache": "^2.0.1", |     "@actions/tool-cache": "^2.0.1", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user