Skip to content

Commit 6d14b6b

Browse files
chore(deps): bump @actions/core from 1.10.0 to 1.10.1 (#30)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md"><code>@​actions/core</code>'s changelog</a>.</em></p> <blockquote> <h3>1.10.1</h3> <ul> <li>Fix error message reference in oidc utils <a href="https://redirect.github.com/actions/toolkit/pull/1511">#1511</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/actions/toolkit/commits/HEAD/packages/core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/core&package-manager=npm_and_yarn&previous-version=1.10.0&new-version=1.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent c6b1446 commit 6d14b6b

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

dist/index.js

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "module";
22
/******/ var __webpack_modules__ = ({
33

4-
/***/ 901:
4+
/***/ 1513:
55
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
66

77

@@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
2727
Object.defineProperty(exports, "__esModule", ({ value: true }));
2828
exports.issue = exports.issueCommand = void 0;
2929
const os = __importStar(__nccwpck_require__(2037));
30-
const utils_1 = __nccwpck_require__(3502);
30+
const utils_1 = __nccwpck_require__(1120);
3131
/**
3232
* Commands
3333
*
@@ -99,7 +99,7 @@ function escapeProperty(s) {
9999

100100
/***/ }),
101101

102-
/***/ 431:
102+
/***/ 9093:
103103
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
104104

105105

@@ -133,12 +133,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
133133
};
134134
Object.defineProperty(exports, "__esModule", ({ value: true }));
135135
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;
136-
const command_1 = __nccwpck_require__(901);
137-
const file_command_1 = __nccwpck_require__(2085);
138-
const utils_1 = __nccwpck_require__(3502);
136+
const command_1 = __nccwpck_require__(1513);
137+
const file_command_1 = __nccwpck_require__(9017);
138+
const utils_1 = __nccwpck_require__(1120);
139139
const os = __importStar(__nccwpck_require__(2037));
140140
const path = __importStar(__nccwpck_require__(1017));
141-
const oidc_utils_1 = __nccwpck_require__(1678);
141+
const oidc_utils_1 = __nccwpck_require__(9141);
142142
/**
143143
* The code to exit an action
144144
*/
@@ -423,25 +423,25 @@ exports.getIDToken = getIDToken;
423423
/**
424424
* Summary exports
425425
*/
426-
var summary_1 = __nccwpck_require__(7198);
426+
var summary_1 = __nccwpck_require__(5276);
427427
Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } }));
428428
/**
429429
* @deprecated use core.summary
430430
*/
431-
var summary_2 = __nccwpck_require__(7198);
431+
var summary_2 = __nccwpck_require__(5276);
432432
Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } }));
433433
/**
434434
* Path exports
435435
*/
436-
var path_utils_1 = __nccwpck_require__(2993);
436+
var path_utils_1 = __nccwpck_require__(670);
437437
Object.defineProperty(exports, "toPosixPath", ({ enumerable: true, get: function () { return path_utils_1.toPosixPath; } }));
438438
Object.defineProperty(exports, "toWin32Path", ({ enumerable: true, get: function () { return path_utils_1.toWin32Path; } }));
439439
Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: function () { return path_utils_1.toPlatformPath; } }));
440440
//# sourceMappingURL=core.js.map
441441

442442
/***/ }),
443443

444-
/***/ 2085:
444+
/***/ 9017:
445445
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
446446

447447

@@ -472,7 +472,7 @@ exports.prepareKeyValueMessage = exports.issueFileCommand = void 0;
472472
const fs = __importStar(__nccwpck_require__(7147));
473473
const os = __importStar(__nccwpck_require__(2037));
474474
const uuid_1 = __nccwpck_require__(7338);
475-
const utils_1 = __nccwpck_require__(3502);
475+
const utils_1 = __nccwpck_require__(1120);
476476
function issueFileCommand(command, message) {
477477
const filePath = process.env[`GITHUB_${command}`];
478478
if (!filePath) {
@@ -505,7 +505,7 @@ exports.prepareKeyValueMessage = prepareKeyValueMessage;
505505

506506
/***/ }),
507507

508-
/***/ 1678:
508+
/***/ 9141:
509509
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
510510

511511

@@ -522,7 +522,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
522522
exports.OidcClient = void 0;
523523
const http_client_1 = __nccwpck_require__(6372);
524524
const auth_1 = __nccwpck_require__(8603);
525-
const core_1 = __nccwpck_require__(431);
525+
const core_1 = __nccwpck_require__(9093);
526526
class OidcClient {
527527
static createHttpClient(allowRetry = true, maxRetry = 10) {
528528
const requestOptions = {
@@ -554,7 +554,7 @@ class OidcClient {
554554
.catch(error => {
555555
throw new Error(`Failed to get ID Token. \n
556556
Error Code : ${error.statusCode}\n
557-
Error Message: ${error.result.message}`);
557+
Error Message: ${error.message}`);
558558
});
559559
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
560560
if (!id_token) {
@@ -588,7 +588,7 @@ exports.OidcClient = OidcClient;
588588

589589
/***/ }),
590590

591-
/***/ 2993:
591+
/***/ 670:
592592
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
593593

594594

@@ -652,7 +652,7 @@ exports.toPlatformPath = toPlatformPath;
652652

653653
/***/ }),
654654

655-
/***/ 7198:
655+
/***/ 5276:
656656
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
657657

658658

@@ -941,7 +941,7 @@ exports.summary = _summary;
941941

942942
/***/ }),
943943

944-
/***/ 3502:
944+
/***/ 1120:
945945
/***/ ((__unused_webpack_module, exports) => {
946946

947947

@@ -3082,7 +3082,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
30823082
Object.defineProperty(exports, "__esModule", ({ value: true }));
30833083
exports._readLinuxVersionFile = exports._getOsVersion = exports._findMatch = void 0;
30843084
const semver = __importStar(__nccwpck_require__(6843));
3085-
const core_1 = __nccwpck_require__(431);
3085+
const core_1 = __nccwpck_require__(9093);
30863086
// needs to be require for core node modules to be mocked
30873087
/* eslint @typescript-eslint/no-require-imports: 0 */
30883088
const os = __nccwpck_require__(2037);
@@ -3215,7 +3215,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32153215
};
32163216
Object.defineProperty(exports, "__esModule", ({ value: true }));
32173217
exports.RetryHelper = void 0;
3218-
const core = __importStar(__nccwpck_require__(431));
3218+
const core = __importStar(__nccwpck_require__(9093));
32193219
/**
32203220
* Internal class for retries
32213221
*/
@@ -3307,7 +3307,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
33073307
};
33083308
Object.defineProperty(exports, "__esModule", ({ value: true }));
33093309
exports.evaluateVersions = exports.isExplicitVersion = exports.findFromManifest = exports.getManifestFromRepo = exports.findAllVersions = exports.find = exports.cacheFile = exports.cacheDir = exports.extractZip = exports.extractXar = exports.extractTar = exports.extract7z = exports.downloadTool = exports.HTTPError = void 0;
3310-
const core = __importStar(__nccwpck_require__(431));
3310+
const core = __importStar(__nccwpck_require__(9093));
33113311
const io = __importStar(__nccwpck_require__(2826));
33123312
const fs = __importStar(__nccwpck_require__(7147));
33133313
const mm = __importStar(__nccwpck_require__(2346));
@@ -30827,8 +30827,8 @@ __nccwpck_require__.d(__webpack_exports__, {
3082730827
"D": () => (/* binding */ main)
3082830828
});
3082930829

30830-
// EXTERNAL MODULE: ./node_modules/.pnpm/@actions+core@1.10.0/node_modules/@actions/core/lib/core.js
30831-
var core = __nccwpck_require__(431);
30830+
// EXTERNAL MODULE: ./node_modules/.pnpm/@actions+core@1.10.1/node_modules/@actions/core/lib/core.js
30831+
var core = __nccwpck_require__(9093);
3083230832
// EXTERNAL MODULE: external "path"
3083330833
var external_path_ = __nccwpck_require__(1017);
3083430834
// EXTERNAL MODULE: ./node_modules/.pnpm/@actions+io@1.1.3/node_modules/@actions/io/lib/io.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"typescript": "^5.4.4"
4444
},
4545
"dependencies": {
46-
"@actions/core": "^1.10.0",
46+
"@actions/core": "^1.10.1",
4747
"@actions/github": "^6.0.0",
4848
"@actions/http-client": "^2.2.1",
4949
"@actions/io": "^1.1.3",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)