Skip to content

Commit 9e3fe6a

Browse files
Update dependency @actions/github to v8.0.1 (#2547)
1 parent e1cafe3 commit 9e3fe6a

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@actions/core": "2.0.2",
20-
"@actions/github": "8.0.0",
20+
"@actions/github": "8.0.1",
2121
"@octokit/plugin-retry": "8.0.3",
2222
"@octokit/plugin-throttling": "11.0.3",
2323
"@octokit/rest": "22.0.1",

yarn.lock

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ __metadata:
3131
languageName: node
3232
linkType: hard
3333

34-
"@actions/github@npm:8.0.0":
35-
version: 8.0.0
36-
resolution: "@actions/github@npm:8.0.0"
34+
"@actions/github@npm:8.0.1":
35+
version: 8.0.1
36+
resolution: "@actions/github@npm:8.0.1"
3737
dependencies:
38-
"@actions/http-client": "npm:^3.0.1"
38+
"@actions/http-client": "npm:^3.0.2"
3939
"@octokit/core": "npm:^7.0.6"
4040
"@octokit/plugin-paginate-rest": "npm:^14.0.0"
4141
"@octokit/plugin-rest-endpoint-methods": "npm:^17.0.0"
4242
"@octokit/request": "npm:^10.0.7"
4343
"@octokit/request-error": "npm:^7.1.0"
44-
undici: "npm:^5.28.5"
45-
checksum: 10c0/673857bcd4e95d183f4345b69dad4af006720c6144a6ece4406757e774f3aad6c98f25ba5f6c9e398721aed5cbbc1efb3478cdf6fe4f41b70014bd08c0ab3051
44+
undici: "npm:^6.23.0"
45+
checksum: 10c0/d86f92f20874482907d3bca807476f7bb53f8d38e8afa9bf9bd6016b2e92af95a7b98300abbe7af1b9a0f3a76f1ad2d7e7236b1fa640578daadb1048c4d262f7
4646
languageName: node
4747
linkType: hard
4848

@@ -56,6 +56,16 @@ __metadata:
5656
languageName: node
5757
linkType: hard
5858

59+
"@actions/http-client@npm:^3.0.2":
60+
version: 3.0.2
61+
resolution: "@actions/http-client@npm:3.0.2"
62+
dependencies:
63+
tunnel: "npm:^0.0.6"
64+
undici: "npm:^6.23.0"
65+
checksum: 10c0/b58eedef5a76d4341edf66cba5df3acb338e420ea1ab5223c3f5d0bf7f5cfaa56d5a5578f8a0b7a9ce50ccc06a0d2bb74aad4abf8bd7b5606b032bbe0b623c92
66+
languageName: node
67+
linkType: hard
68+
5969
"@actions/io@npm:^2.0.0":
6070
version: 2.0.0
6171
resolution: "@actions/io@npm:2.0.0"
@@ -8286,7 +8296,7 @@ __metadata:
82868296
resolution: "retrieve-repository-info@workspace:."
82878297
dependencies:
82888298
"@actions/core": "npm:2.0.2"
8289-
"@actions/github": "npm:8.0.0"
8299+
"@actions/github": "npm:8.0.1"
82908300
"@octokit/openapi-types": "npm:27.0.0"
82918301
"@octokit/plugin-retry": "npm:8.0.3"
82928302
"@octokit/plugin-throttling": "npm:11.0.3"
@@ -9559,6 +9569,13 @@ __metadata:
95599569
languageName: node
95609570
linkType: hard
95619571

9572+
"undici@npm:^6.23.0":
9573+
version: 6.23.0
9574+
resolution: "undici@npm:6.23.0"
9575+
checksum: 10c0/d846b3fdfd05aa6081ba1eab5db6bbc21b283042c7a43722b86d1ee2bf749d7c990ceac0c809f9a07ffd88b1b0f4c0f548a8362c035088cb1997d63abdda499c
9576+
languageName: node
9577+
linkType: hard
9578+
95629579
"unique-filename@npm:^2.0.0":
95639580
version: 2.0.1
95649581
resolution: "unique-filename@npm:2.0.1"

0 commit comments

Comments
 (0)