Skip to content

Commit 34d5f75

Browse files
authored
Merge pull request #15 from crazy-max/cve-2020-15228
Fix CVE-2020-15228
2 parents 0f9fb80 + a579245 commit 34d5f75

File tree

3 files changed

+89
-24
lines changed

3 files changed

+89
-24
lines changed

dist/index.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"license": "MIT",
2929
"dependencies": {
30-
"@actions/core": "^1.2.5",
30+
"@actions/core": "^1.2.6",
3131
"@actions/exec": "^1.0.4",
3232
"@actions/io": "^1.0.2",
3333
"semver": "^7.3.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.2.5":
6-
version "1.2.5"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.5.tgz#fa57bf8c07a38191e243beb9ea9d8368c1cb02c8"
8-
integrity sha512-mwpoNjHSWWh0IiALdDEQi3tru124JKn0yVNziIBzTME8QRv7thwoghVuT1jBRjFvdtoHsqD58IRHy1nf86paRg==
5+
"@actions/core@^1.2.6":
6+
version "1.2.6"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
8+
integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==
99

1010
"@actions/exec@^1.0.4":
1111
version "1.0.4"

0 commit comments

Comments
 (0)