Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 5e535ed

Browse files
fix(deps): update dependency @actions/github to v6.0.1
1 parent 99cdf19 commit 5e535ed

2 files changed

Lines changed: 78 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@actions/core": "1.11.1",
1111
"@actions/exec": "1.1.1",
12-
"@actions/github": "6.0.0",
12+
"@actions/github": "6.0.1",
1313
"@fast-csv/parse": "5.0.2",
1414
"aws-sdk": "2.1692.0",
1515
"cloneable-readable": "3.0.0",

yarn.lock

Lines changed: 77 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,18 @@
1717
dependencies:
1818
"@actions/io" "^1.0.1"
1919

20-
"@actions/github@6.0.0":
21-
version "6.0.0"
22-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-6.0.0.tgz#65883433f9d81521b782a64cc1fd45eef2191ea7"
23-
integrity sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==
20+
"@actions/github@6.0.1":
21+
version "6.0.1"
22+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-6.0.1.tgz#76e5f96df062c90635a7181ef45ff1c4ac21306e"
23+
integrity sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==
2424
dependencies:
2525
"@actions/http-client" "^2.2.0"
2626
"@octokit/core" "^5.0.1"
27-
"@octokit/plugin-paginate-rest" "^9.0.0"
28-
"@octokit/plugin-rest-endpoint-methods" "^10.0.0"
27+
"@octokit/plugin-paginate-rest" "^9.2.2"
28+
"@octokit/plugin-rest-endpoint-methods" "^10.4.0"
29+
"@octokit/request" "^8.4.1"
30+
"@octokit/request-error" "^5.1.1"
31+
undici "^5.28.5"
2932

3033
"@actions/http-client@^2.0.1":
3134
version "2.0.1"
@@ -925,6 +928,14 @@
925928
is-plain-object "^5.0.0"
926929
universal-user-agent "^6.0.0"
927930

931+
"@octokit/endpoint@^9.0.6":
932+
version "9.0.6"
933+
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-9.0.6.tgz#114d912108fe692d8b139cfe7fc0846dfd11b6c0"
934+
integrity sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==
935+
dependencies:
936+
"@octokit/types" "^13.1.0"
937+
universal-user-agent "^6.0.0"
938+
928939
"@octokit/graphql@^7.0.0":
929940
version "7.0.2"
930941
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-7.0.2.tgz#3df14b9968192f9060d94ed9e3aa9780a76e7f99"
@@ -939,19 +950,29 @@
939950
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-19.0.0.tgz#0101bf62ab14c1946149a0f8385440963e1253c4"
940951
integrity sha512-PclQ6JGMTE9iUStpzMkwLCISFn/wDeRjkZFIKALpvJQNBGwDoYYi2fFvuHwssoQ1rXI5mfh6jgTgWuddeUzfWw==
941952

942-
"@octokit/plugin-paginate-rest@^9.0.0":
943-
version "9.0.0"
944-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.0.0.tgz#21fd12816c2dc158a775ed20be5abcbc61052a46"
945-
integrity sha512-oIJzCpttmBTlEhBmRvb+b9rlnGpmFgDtZ0bB6nq39qIod6A5DP+7RkVLMOixIgRCYSHDTeayWqmiJ2SZ6xgfdw==
953+
"@octokit/openapi-types@^20.0.0":
954+
version "20.0.0"
955+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-20.0.0.tgz#9ec2daa0090eeb865ee147636e0c00f73790c6e5"
956+
integrity sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==
957+
958+
"@octokit/openapi-types@^24.2.0":
959+
version "24.2.0"
960+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-24.2.0.tgz#3d55c32eac0d38da1a7083a9c3b0cca77924f7d3"
961+
integrity sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==
962+
963+
"@octokit/plugin-paginate-rest@^9.2.2":
964+
version "9.2.2"
965+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz#c516bc498736bcdaa9095b9a1d10d9d0501ae831"
966+
integrity sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==
946967
dependencies:
947-
"@octokit/types" "^12.0.0"
968+
"@octokit/types" "^12.6.0"
948969

949-
"@octokit/plugin-rest-endpoint-methods@^10.0.0":
950-
version "10.0.0"
951-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.0.0.tgz#040b36d6a15d4c7c534b0f44050051225f884cae"
952-
integrity sha512-16VkwE2v6rXU+/gBsYC62M8lKWOphY5Lg4wpjYnVE9Zbu0J6IwiT5kILoj1YOB53XLmcJR+Nqp8DmifOPY4H3g==
970+
"@octokit/plugin-rest-endpoint-methods@^10.4.0":
971+
version "10.4.1"
972+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.4.1.tgz#41ba478a558b9f554793075b2e20cd2ef973be17"
973+
integrity sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==
953974
dependencies:
954-
"@octokit/types" "^12.0.0"
975+
"@octokit/types" "^12.6.0"
955976

956977
"@octokit/request-error@^5.0.0":
957978
version "5.0.1"
@@ -962,6 +983,15 @@
962983
deprecation "^2.0.0"
963984
once "^1.4.0"
964985

986+
"@octokit/request-error@^5.1.1":
987+
version "5.1.1"
988+
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-5.1.1.tgz#b9218f9c1166e68bb4d0c89b638edc62c9334805"
989+
integrity sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==
990+
dependencies:
991+
"@octokit/types" "^13.1.0"
992+
deprecation "^2.0.0"
993+
once "^1.4.0"
994+
965995
"@octokit/request@^8.0.1", "@octokit/request@^8.0.2":
966996
version "8.1.4"
967997
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-8.1.4.tgz#12dfaebdb2ea375eaabb41d39d45182531ac2857"
@@ -973,13 +1003,37 @@
9731003
is-plain-object "^5.0.0"
9741004
universal-user-agent "^6.0.0"
9751005

1006+
"@octokit/request@^8.4.1":
1007+
version "8.4.1"
1008+
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-8.4.1.tgz#715a015ccf993087977ea4365c44791fc4572486"
1009+
integrity sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==
1010+
dependencies:
1011+
"@octokit/endpoint" "^9.0.6"
1012+
"@octokit/request-error" "^5.1.1"
1013+
"@octokit/types" "^13.1.0"
1014+
universal-user-agent "^6.0.0"
1015+
9761016
"@octokit/types@^12.0.0":
9771017
version "12.0.0"
9781018
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.0.0.tgz#6b34309288b6f5ac9761d2589e3165cde1b95fee"
9791019
integrity sha512-EzD434aHTFifGudYAygnFlS1Tl6KhbTynEWELQXIbTY8Msvb5nEqTZIm7sbPEt4mQYLZwu3zPKVdeIrw0g7ovg==
9801020
dependencies:
9811021
"@octokit/openapi-types" "^19.0.0"
9821022

1023+
"@octokit/types@^12.6.0":
1024+
version "12.6.0"
1025+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.6.0.tgz#8100fb9eeedfe083aae66473bd97b15b62aedcb2"
1026+
integrity sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==
1027+
dependencies:
1028+
"@octokit/openapi-types" "^20.0.0"
1029+
1030+
"@octokit/types@^13.1.0":
1031+
version "13.10.0"
1032+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.10.0.tgz#3e7c6b19c0236c270656e4ea666148c2b51fd1a3"
1033+
integrity sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==
1034+
dependencies:
1035+
"@octokit/openapi-types" "^24.2.0"
1036+
9831037
"@sinclair/typebox@^0.24.1":
9841038
version "0.24.19"
9851039
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.19.tgz#5297278e0d8a1aea084685a3216074910ac6c113"
@@ -3408,6 +3462,13 @@ undici@^5.25.4:
34083462
dependencies:
34093463
"@fastify/busboy" "^2.0.0"
34103464

3465+
undici@^5.28.5:
3466+
version "5.29.0"
3467+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3"
3468+
integrity sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==
3469+
dependencies:
3470+
"@fastify/busboy" "^2.0.0"
3471+
34113472
universal-user-agent@^6.0.0:
34123473
version "6.0.0"
34133474
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"

0 commit comments

Comments
 (0)