diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d00bea..36a4d59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: - node-version: "20.9.0" + node-version: "24" - name: Setup NPM Cache uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: - node-version: "20.9.0" + node-version: "24" - name: Setup NPM Cache uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 @@ -76,7 +76,7 @@ jobs: - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: - node-version: "20.9.0" + node-version: "24" - name: Setup NPM Cache uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 @@ -110,7 +110,7 @@ jobs: - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: - node-version: "20.9.0" + node-version: "24" - name: Setup NPM Cache uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 @@ -206,7 +206,7 @@ jobs: - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: - node-version: "20.9.0" + node-version: "24" - name: Setup NPM Cache uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 diff --git a/.github/workflows/local-test.yaml b/.github/workflows/local-test.yaml index dc283d3..bd2fd4c 100644 --- a/.github/workflows/local-test.yaml +++ b/.github/workflows/local-test.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: - node-version: '20.9.0' + node-version: '24' - name: NPM Install run: npm ci diff --git a/action.yml b/action.yml index 3885b39..3cc8385 100644 --- a/action.yml +++ b/action.yml @@ -100,7 +100,7 @@ inputs: required: false default: 'false' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' branding: icon: 'unlock' diff --git a/dist/index.js b/dist/index.js index 872a161..56c4645 100644 --- a/dist/index.js +++ b/dist/index.js @@ -18529,6 +18529,11 @@ function wrappy (fn, cb) { /***/ 3348: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +/** + * Copyright IBM Corp. 2019, 2025 + * SPDX-License-Identifier: MIT + */ + // @ts-check const core = __nccwpck_require__(2186); const command = __nccwpck_require__(7351); @@ -18810,6 +18815,11 @@ module.exports = { /***/ 4915: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +/** + * Copyright IBM Corp. 2019, 2025 + * SPDX-License-Identifier: MIT + */ + // @ts-check const core = __nccwpck_require__(2186); const rsasign = __nccwpck_require__(7175); @@ -19005,6 +19015,11 @@ module.exports = { /***/ 4438: /***/ ((module) => { +/** + * Copyright IBM Corp. 2019, 2025 + * SPDX-License-Identifier: MIT + */ + const WILDCARD_UPPERCASE = '*'; const WILDCARD = '**'; @@ -19019,6 +19034,11 @@ module.exports = { /***/ 4351: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +/** + * Copyright IBM Corp. 2019, 2025 + * SPDX-License-Identifier: MIT + */ + const auth = __nccwpck_require__(4915); const secrets = __nccwpck_require__(8452); const pki = __nccwpck_require__(1973); @@ -19034,6 +19054,11 @@ module.exports = { /***/ 1973: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +/** + * Copyright IBM Corp. 2019, 2025 + * SPDX-License-Identifier: MIT + */ + const { normalizeOutputKey } = __nccwpck_require__(1608); const core = __nccwpck_require__(2186); @@ -19116,6 +19141,11 @@ module.exports = { /***/ 8452: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { +/** + * Copyright IBM Corp. 2019, 2025 + * SPDX-License-Identifier: MIT + */ + const jsonata = __nccwpck_require__(4245); const { WILDCARD, WILDCARD_UPPERCASE} = __nccwpck_require__(4438); const { normalizeOutputKey } = __nccwpck_require__(1608); @@ -19302,6 +19332,11 @@ module.exports = { /***/ 1608: /***/ ((module) => { +/** + * Copyright IBM Corp. 2019, 2025 + * SPDX-License-Identifier: MIT + */ + /** * Replaces any dot chars to __ and removes non-ascii charts * @param {string} dataKey @@ -19502,6 +19537,11 @@ module.exports = require("zlib"); var __webpack_exports__ = {}; // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk. (() => { +/** + * Copyright IBM Corp. 2019, 2025 + * SPDX-License-Identifier: MIT + */ + const core = __nccwpck_require__(2186); const { exportSecrets } = __nccwpck_require__(3348);