diff --git a/package.json b/package.json index af130eb55..5b72fac54 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@actions/core": "^1.6.0", "@actions/exec": "^1.1.1", - "@actions/github": "^5.0.1", + "@actions/github": "^5.0.2", "csv-parse": "^5.0.4", "handlebars": "^4.7.7", "semver": "^7.3.7", diff --git a/yarn.lock b/yarn.lock index d9fddcf71..aeb225406 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,12 +16,12 @@ dependencies: "@actions/io" "^1.0.1" -"@actions/github@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.1.tgz#5fdbe371d9a592038668be95d12421361585fba1" - integrity sha512-JZGyPM9ektb8NVTTI/2gfJ9DL7Rk98tQ7OVyTlgTuaQroariRBsOnzjy0I2EarX4xUZpK88YyO503fhmjFdyAg== +"@actions/github@^5.0.2": + version "5.0.2" + resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.2.tgz#ae2ff4c42bab7bbc620f23c6e549c12f5919f531" + integrity sha512-+5a9gntqJhqn3bind2TT2xMp+7H6drlr5JPygyJvr6K8lSOs7qRF02doABmMbJKz+dy04wJVG5bBLCodPoTfaQ== dependencies: - "@actions/http-client" "^1.0.11" + "@actions/http-client" "^2.0.0" "@octokit/core" "^3.6.0" "@octokit/plugin-paginate-rest" "^2.17.0" "@octokit/plugin-rest-endpoint-methods" "^5.13.0" @@ -33,6 +33,11 @@ dependencies: tunnel "0.0.6" +"@actions/http-client@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.0.tgz#518c4af1e7045769d3e2ad8c2ce7f8b05224a9b3" + integrity sha512-fm1+OPPey5ypgStT9K8zbBhICj4J4UV/TJIHDhuWlkb8KyJaAtjcZK184dTqul0dV0nPKX97FNtDXX20BTLXSA== + "@actions/io@^1.0.1": version "1.0.2" resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.0.2.tgz#2f614b6e69ce14d191180451eb38e6576a6e6b27"