|
8 | 8 | "license": "MIT",
|
9 | 9 | "dependencies": {
|
10 | 10 | "@actions/artifact": "^1.1.0",
|
11 |
| - "@actions/core": "^1.9.0", |
| 11 | + "@actions/core": "^1.10.0", |
12 | 12 | "@actions/exec": "^1.1.1",
|
13 | 13 | "@actions/github": "^5.0.3",
|
14 | 14 | "@actions/tool-cache": "^2.0.1",
|
|
36 | 36 | }
|
37 | 37 | },
|
38 | 38 | "node_modules/@actions/core": {
|
39 |
| - "version": "1.9.0", |
40 |
| - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.0.tgz", |
41 |
| - "integrity": "sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA==", |
| 39 | + "version": "1.10.0", |
| 40 | + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", |
| 41 | + "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", |
42 | 42 | "dependencies": {
|
43 |
| - "@actions/http-client": "^2.0.1" |
| 43 | + "@actions/http-client": "^2.0.1", |
| 44 | + "uuid": "^8.3.2" |
| 45 | + } |
| 46 | + }, |
| 47 | + "node_modules/@actions/core/node_modules/uuid": { |
| 48 | + "version": "8.3.2", |
| 49 | + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", |
| 50 | + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", |
| 51 | + "bin": { |
| 52 | + "uuid": "dist/bin/uuid" |
44 | 53 | }
|
45 | 54 | },
|
46 | 55 | "node_modules/@actions/exec": {
|
|
4752 | 4761 | }
|
4753 | 4762 | },
|
4754 | 4763 | "@actions/core": {
|
4755 |
| - "version": "1.9.0", |
4756 |
| - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.0.tgz", |
4757 |
| - "integrity": "sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA==", |
| 4764 | + "version": "1.10.0", |
| 4765 | + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", |
| 4766 | + "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", |
4758 | 4767 | "requires": {
|
4759 |
| - "@actions/http-client": "^2.0.1" |
| 4768 | + "@actions/http-client": "^2.0.1", |
| 4769 | + "uuid": "^8.3.2" |
| 4770 | + }, |
| 4771 | + "dependencies": { |
| 4772 | + "uuid": { |
| 4773 | + "version": "8.3.2", |
| 4774 | + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", |
| 4775 | + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" |
| 4776 | + } |
4760 | 4777 | }
|
4761 | 4778 | },
|
4762 | 4779 | "@actions/exec": {
|
|
0 commit comments