1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-09-20 09:16:42 +00:00

Merge pull request #16 from Emnmer1/snyk-upgrade-7fa95d37b97409ce492d9b77d2236b4b

[Snyk] Upgrade @actions/github from 5.0.2 to 5.0.3
This commit is contained in:
Emnmer1 2022-06-14 12:37:05 -07:00 committed by GitHub
commit 8df3f01d5c
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -18,11 +18,11 @@
"integrity": "sha512-nvFkxwiicvpzNiCBF4wFBDfnBvi7xp/as7LE1hBxBxKG2L29+gkIPBiLKMVORL+Hg3JNf07AKRfl0V5djoypjQ=="
},
"@actions/github": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@actions/github/-/github-5.0.2.tgz",
"integrity": "sha512-+5a9gntqJhqn3bind2TT2xMp+7H6drlr5JPygyJvr6K8lSOs7qRF02doABmMbJKz+dy04wJVG5bBLCodPoTfaQ==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/@actions/github/-/github-5.0.3.tgz",
"integrity": "sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==",
"requires": {
"@actions/http-client": "^2.0.0",
"@actions/http-client": "^2.0.1",
"@octokit/core": "^3.6.0",
"@octokit/plugin-paginate-rest": "^2.17.0",
"@octokit/plugin-rest-endpoint-methods": "^5.13.0"

View file

@ -30,7 +30,7 @@
"dependencies": {
"@actions/core": "^1.7.0",
"@actions/exec": "^1.0.1",
"@actions/github": "^5.0.2",
"@actions/github": "^5.0.3",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2",
"uuid": "^8.3.2"