diff --git a/.github/actions/add-matcher-npm/package.json b/.github/actions/add-matcher-npm/package.json index f1efeea..456adcd 100644 --- a/.github/actions/add-matcher-npm/package.json +++ b/.github/actions/add-matcher-npm/package.json @@ -35,7 +35,7 @@ ], "main": "action.js", "dependencies": { - "@actions/core": "^1.10.1" + "@actions/core": "^1.11.1" }, "engines": { "node": ">=20" diff --git a/.github/actions/gh-actions-eslint/package.json b/.github/actions/gh-actions-eslint/package.json index 25787b9..0ba7db5 100644 --- a/.github/actions/gh-actions-eslint/package.json +++ b/.github/actions/gh-actions-eslint/package.json @@ -33,7 +33,7 @@ ], "main": "action.js", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "eslint-formatter-stylish": "^8.39.0" }, diff --git a/.github/actions/gh-actions-prettier/package.json b/.github/actions/gh-actions-prettier/package.json index 7e3fbb5..b8e3b5b 100644 --- a/.github/actions/gh-actions-prettier/package.json +++ b/.github/actions/gh-actions-prettier/package.json @@ -31,7 +31,7 @@ ], "main": "action.js", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "setup-node": "github:actions/setup-node#v4.0.4" }, diff --git a/.github/actions/gh-actions-tsc/package.json b/.github/actions/gh-actions-tsc/package.json index f19c0bc..606af38 100644 --- a/.github/actions/gh-actions-tsc/package.json +++ b/.github/actions/gh-actions-tsc/package.json @@ -31,7 +31,7 @@ ], "main": "action.js", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "setup-node": "github:actions/setup-node#v4.0.4" }, diff --git a/.github/actions/git-user-config/package.json b/.github/actions/git-user-config/package.json index 3e6daec..bac0752 100644 --- a/.github/actions/git-user-config/package.json +++ b/.github/actions/git-user-config/package.json @@ -33,7 +33,7 @@ ], "main": "action.js", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1" }, "engines": { diff --git a/.github/actions/ms-idp-workflow-run-auth/package.json b/.github/actions/ms-idp-workflow-run-auth/package.json index c111b6b..34d4824 100644 --- a/.github/actions/ms-idp-workflow-run-auth/package.json +++ b/.github/actions/ms-idp-workflow-run-auth/package.json @@ -33,7 +33,7 @@ "lint:eslint": "eslint -c ./.eslintrc.yml ." }, "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.3", "@azure/msal-node": "^2.13.1" diff --git a/.github/libraries/gh-actions-core-helpers/package.json b/.github/libraries/gh-actions-core-helpers/package.json index c73ab6f..1151ec0 100644 --- a/.github/libraries/gh-actions-core-helpers/package.json +++ b/.github/libraries/gh-actions-core-helpers/package.json @@ -30,6 +30,6 @@ "node": ">=20" }, "devDependencies": { - "@actions/core": "^1.10.1" + "@actions/core": "^1.11.1" } } diff --git a/.github/libraries/gh-actions-http-client/package.json b/.github/libraries/gh-actions-http-client/package.json index 093ac53..d84aa42 100644 --- a/.github/libraries/gh-actions-http-client/package.json +++ b/.github/libraries/gh-actions-http-client/package.json @@ -24,7 +24,7 @@ "node": ">=20" }, "devDependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/http-client": "^2.2.3" } } diff --git a/.github/libraries/gh-actions-msal-client/package.json b/.github/libraries/gh-actions-msal-client/package.json index 46295ea..1e96123 100644 --- a/.github/libraries/gh-actions-msal-client/package.json +++ b/.github/libraries/gh-actions-msal-client/package.json @@ -25,7 +25,7 @@ "node": ">=20" }, "devDependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/http-client": "^2.2.3", "@azure/msal-node": "^2.13.1" } diff --git a/.github/package-lock.json b/.github/package-lock.json index f779c25..ff9e92f 100644 --- a/.github/package-lock.json +++ b/.github/package-lock.json @@ -243,7 +243,7 @@ "name": "@thnetii/gh-actions-add-matcher-npm", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1" + "@actions/core": "^1.11.1" }, "engines": { "node": ">=20" @@ -283,7 +283,7 @@ "name": "@thnetii/gh-actions-eslint", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "eslint-formatter-stylish": "^8.39.0" }, @@ -318,7 +318,7 @@ "name": "@thnetii/gh-actions-prettier", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "setup-node": "github:actions/setup-node#v4.0.4" }, @@ -350,7 +350,7 @@ "name": "@thnetii/gh-actions-tsc", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "setup-node": "github:actions/setup-node#v4.0.4" }, @@ -362,7 +362,7 @@ "name": "@thnetii/gh-actions-git-user-config", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1" }, "engines": { @@ -373,7 +373,7 @@ "name": "@thnetii/gh-actions-ms-idp-workflow-run-auth", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.3", "@azure/msal-node": "^2.13.1" @@ -389,7 +389,7 @@ "name": "@thnetii/gh-actions-core-helpers", "license": "MIT", "devDependencies": { - "@actions/core": "^1.10.1" + "@actions/core": "^1.11.1" }, "engines": { "node": ">=20" @@ -399,7 +399,7 @@ "name": "@thnetii/gh-actions-http-client", "license": "MIT", "devDependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/http-client": "^2.2.3" }, "engines": { @@ -410,7 +410,7 @@ "name": "@thnetii/gh-actions-msal-client", "license": "MIT", "devDependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/http-client": "^2.2.3", "@azure/msal-node": "^2.13.1" }, @@ -471,12 +471,12 @@ } }, "node_modules/@actions/core": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", - "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", + "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", "dependencies": { - "@actions/http-client": "^2.0.1", - "uuid": "^8.3.2" + "@actions/exec": "^1.1.1", + "@actions/http-client": "^2.0.1" } }, "node_modules/@actions/exec": { @@ -7612,7 +7612,7 @@ "name": "@thnetii/gh-actions-core-helpers-test", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "jest": "^29.7.0" }, "devDependencies": { diff --git a/.github/test/gh-actions-core-helpers-test/package.json b/.github/test/gh-actions-core-helpers-test/package.json index 09fe946..9397a84 100644 --- a/.github/test/gh-actions-core-helpers-test/package.json +++ b/.github/test/gh-actions-core-helpers-test/package.json @@ -23,7 +23,7 @@ "test": "jest" }, "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "jest": "^29.7.0" }, "devDependencies": {