Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @actions/core from 1.10.0 to 1.10.1 #330

Merged
merged 2 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions action/dist/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ 7719:
/***/ 3560:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand All @@ -28,7 +28,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.issue = exports.issueCommand = void 0;
const os = __importStar(__nccwpck_require__(2037));
const utils_1 = __nccwpck_require__(7993);
const utils_1 = __nccwpck_require__(3983);
/**
* Commands
*
Expand Down Expand Up @@ -100,7 +100,7 @@ function escapeProperty(s) {

/***/ }),

/***/ 279:
/***/ 2982:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand Down Expand Up @@ -135,12 +135,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0;
const command_1 = __nccwpck_require__(7719);
const file_command_1 = __nccwpck_require__(6858);
const utils_1 = __nccwpck_require__(7993);
const command_1 = __nccwpck_require__(3560);
const file_command_1 = __nccwpck_require__(9229);
const utils_1 = __nccwpck_require__(3983);
const os = __importStar(__nccwpck_require__(2037));
const path = __importStar(__nccwpck_require__(1017));
const oidc_utils_1 = __nccwpck_require__(6404);
const oidc_utils_1 = __nccwpck_require__(9477);
/**
* The code to exit an action
*/
Expand Down Expand Up @@ -425,25 +425,25 @@ exports.getIDToken = getIDToken;
/**
* Summary exports
*/
var summary_1 = __nccwpck_require__(102);
var summary_1 = __nccwpck_require__(2216);
Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } }));
/**
* @deprecated use core.summary
*/
var summary_2 = __nccwpck_require__(102);
var summary_2 = __nccwpck_require__(2216);
Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } }));
/**
* Path exports
*/
var path_utils_1 = __nccwpck_require__(9133);
var path_utils_1 = __nccwpck_require__(5623);
Object.defineProperty(exports, "toPosixPath", ({ enumerable: true, get: function () { return path_utils_1.toPosixPath; } }));
Object.defineProperty(exports, "toWin32Path", ({ enumerable: true, get: function () { return path_utils_1.toWin32Path; } }));
Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: function () { return path_utils_1.toPlatformPath; } }));
//# sourceMappingURL=core.js.map

/***/ }),

/***/ 6858:
/***/ 9229:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand Down Expand Up @@ -475,7 +475,7 @@ exports.prepareKeyValueMessage = exports.issueFileCommand = void 0;
const fs = __importStar(__nccwpck_require__(7147));
const os = __importStar(__nccwpck_require__(2037));
const uuid_1 = __nccwpck_require__(3078);
const utils_1 = __nccwpck_require__(7993);
const utils_1 = __nccwpck_require__(3983);
function issueFileCommand(command, message) {
const filePath = process.env[`GITHUB_${command}`];
if (!filePath) {
Expand Down Expand Up @@ -508,7 +508,7 @@ exports.prepareKeyValueMessage = prepareKeyValueMessage;

/***/ }),

/***/ 6404:
/***/ 9477:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand All @@ -526,7 +526,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.OidcClient = void 0;
const http_client_1 = __nccwpck_require__(3222);
const auth_1 = __nccwpck_require__(1761);
const core_1 = __nccwpck_require__(279);
const core_1 = __nccwpck_require__(2982);
class OidcClient {
static createHttpClient(allowRetry = true, maxRetry = 10) {
const requestOptions = {
Expand Down Expand Up @@ -558,7 +558,7 @@ class OidcClient {
.catch(error => {
throw new Error(`Failed to get ID Token. \n
Error Code : ${error.statusCode}\n
Error Message: ${error.result.message}`);
Error Message: ${error.message}`);
});
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
if (!id_token) {
Expand Down Expand Up @@ -592,7 +592,7 @@ exports.OidcClient = OidcClient;

/***/ }),

/***/ 9133:
/***/ 5623:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand Down Expand Up @@ -657,7 +657,7 @@ exports.toPlatformPath = toPlatformPath;

/***/ }),

/***/ 102:
/***/ 2216:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";
Expand Down Expand Up @@ -947,7 +947,7 @@ exports.summary = _summary;

/***/ }),

/***/ 7993:
/***/ 3983:
/***/ ((__unused_webpack_module, exports) => {

"use strict";
Expand Down Expand Up @@ -11840,7 +11840,7 @@ function wrappy (fn, cb) {

Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.buildComparadiseUrl = void 0;
const core_1 = __nccwpck_require__(279);
const core_1 = __nccwpck_require__(2982);
const github_1 = __nccwpck_require__(7172);
const buildComparadiseUrl = () => {
const bucketName = (0, core_1.getInput)('bucket-name', { required: true });
Expand All @@ -11863,7 +11863,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.createGithubComment = void 0;
const octokit_1 = __nccwpck_require__(2612);
const github_1 = __nccwpck_require__(7172);
const core_1 = __nccwpck_require__(279);
const core_1 = __nccwpck_require__(2982);
const build_comparadise_url_1 = __nccwpck_require__(358);
const createGithubComment = async () => {
const commitHash = (0, core_1.getInput)('commit-hash', { required: true });
Expand Down Expand Up @@ -11931,7 +11931,7 @@ exports.getLatestVisualRegressionStatus = getLatestVisualRegressionStatus;
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.octokit = void 0;
const github_1 = __nccwpck_require__(7172);
const core_1 = __nccwpck_require__(279);
const core_1 = __nccwpck_require__(2982);
exports.octokit = (0, github_1.getOctokit)((0, core_1.getInput)('github-token'));


Expand Down Expand Up @@ -11967,7 +11967,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.run = void 0;
const core_1 = __nccwpck_require__(279);
const core_1 = __nccwpck_require__(2982);
const s3_operations_1 = __nccwpck_require__(5795);
const exec_1 = __nccwpck_require__(3965);
const octokit_1 = __nccwpck_require__(2612);
Expand Down Expand Up @@ -12051,7 +12051,7 @@ exports.run = run;
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.uploadBaseImages = exports.downloadBaseImages = void 0;
const exec_1 = __nccwpck_require__(3965);
const core_1 = __nccwpck_require__(279);
const core_1 = __nccwpck_require__(2982);
const shared_1 = __nccwpck_require__(308);
const downloadBaseImages = async () => {
const bucketName = (0, core_1.getInput)('bucket-name', { required: true });
Expand Down
2 changes: 1 addition & 1 deletion action/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/main.ts",
"private": true,
"dependencies": {
"@actions/core": "1.10.0",
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"glob": "10.3.4",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.