Action core (#19)

* Merge pull request #17 from Azure/dependabot/npm_and_yarn/actions/core-1.2.6

Bump @actions/core from 1.0.0 to 1.2.6

* updating actions core node module
This commit is contained in:
Deepak Sattiraju
2020-10-06 13:30:39 +05:30
committed by GitHub
parent 98b8d3aa39
commit d55017e2a0
17 changed files with 426 additions and 114 deletions

View File

@ -1,33 +1,33 @@
{
"_args": [
[
"@actions/core@1.0.0",
"D:\\github-actions\\newHelm\\setup-helm"
"@actions/core@1.2.6",
"/Users/ds-ms/github/azure/setup-helm"
]
],
"_from": "@actions/core@1.0.0",
"_id": "@actions/core@1.0.0",
"_from": "@actions/core@1.2.6",
"_id": "@actions/core@1.2.6",
"_inBundle": false,
"_integrity": "sha512-aMIlkx96XH4E/2YZtEOeyrYQfhlas9jIRkfGPqMwXD095Rdkzo4lB6ZmbxPQSzD+e1M+Xsm98ZhuSMYGv/AlqA==",
"_integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==",
"_location": "/@actions/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@actions/core@1.0.0",
"raw": "@actions/core@1.2.6",
"name": "@actions/core",
"escapedName": "@actions%2fcore",
"scope": "@actions",
"rawSpec": "1.0.0",
"rawSpec": "1.2.6",
"saveSpec": null,
"fetchSpec": "1.0.0"
"fetchSpec": "1.2.6"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "D:\\github-actions\\newHelm\\setup-helm",
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
"_spec": "1.2.6",
"_where": "/Users/ds-ms/github/azure/setup-helm",
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
@ -40,13 +40,14 @@
"test": "__tests__"
},
"files": [
"lib"
"lib",
"!.DS_Store"
],
"gitHead": "a40bce7c8d382aa3dbadaa327acbc696e9390e55",
"homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
"homepage": "https://github.com/actions/toolkit/tree/main/packages/core",
"keywords": [
"core",
"actions"
"github",
"actions",
"core"
],
"license": "MIT",
"main": "lib/core.js",
@ -56,11 +57,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/toolkit.git"
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/core"
},
"scripts": {
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"version": "1.0.0"
"types": "lib/core.d.ts",
"version": "1.2.6"
}