Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from grpc:master #2

Open
wants to merge 1,402 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
1402 commits
Select commit Hold shift + click to select a range
d70bcdd
Bump the github-actions group across 1 directory with 2 updates (#37826)
dependabot[bot] Oct 15, 2024
4826563
Fix readme (#37664)
nolasconapoleao Oct 15, 2024
f69aaf8
[ruby] reduce INFO log for server CQ pluck registration to DEBUG (#37…
apolcyn Oct 15, 2024
260b41b
[Apple/Build] Bumped iOS to 11, OSX to 10.14, tvOS to 13.0 (#37931)
veblush Oct 16, 2024
18015f8
Adding `noexcept` to void return Cython functions as required by Cyth…
sreenithi Oct 16, 2024
e033b03
[CI] Disallowed std::string_view (#37930)
veblush Oct 16, 2024
3e87a31
Mark always_inline functions inline. (#37834)
benjaminp Oct 16, 2024
bd4792d
[chttp+resource_quota] Add an experiment to quickly reject requests u…
ctiller Oct 16, 2024
0b13cae
[benchmark] Measure all threads' CPU usage in callback benchmarks (#3…
drfloob Oct 16, 2024
e5952ff
[Python CSM] Get mesh-id from env var instead of bootstrap file (#37837)
XuanWang-Amos Oct 16, 2024
13efb55
[benchmark] Remove redundant callback benchmarks (#37935)
drfloob Oct 16, 2024
9945066
[call-v3] Send flow control (#37868)
ctiller Oct 16, 2024
7e06934
[chaotic-good] Pushback on message writes until they reach serializat…
ctiller Oct 16, 2024
5c5bf14
[ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful GOAWAYs (#…
yashykt Oct 17, 2024
29d3e58
[XdsCoreE2ETest] Use wait_for_ready on RPCs to wait for xds enabled s…
yashykt Oct 17, 2024
3da4d62
[retry test] fix flake caused by callback ordering (#37944)
markdroth Oct 18, 2024
da4fb49
[pick_first_new] extend experiment expiration time (#37947)
markdroth Oct 18, 2024
61be7b0
[EventEngine] [reland] Migrate `chttp2_server` to use EE DNSResolver …
yijiem Oct 19, 2024
1b6601b
[C++] Fix Directory Walker on NetBSD. (#37700)
0-wiz-0 Oct 19, 2024
e8addfa
test (#37956)
ctiller Oct 19, 2024
36188db
Port https://github.com/grpc/grpc-go/pull/6686 to C++ (#37950)
rainwoodman Oct 21, 2024
faa9ed6
[alts] ALTS server handshaker should return early if there is no hand…
matthewstevenson88 Oct 21, 2024
39f4195
[alts] Downgrade log level when handshaker service recv_buffer is nul…
matthewstevenson88 Oct 21, 2024
316fa27
Temporarily skipping `TestChannelReady.channel_ready_blocked` test du…
sreenithi Oct 21, 2024
9110b0d
adding back logging threshold tests (#37843)
sourabhsinghs Oct 21, 2024
4ef9cfd
Automated rollback of commit e8addfac9edfb0a2c62d71d0bda919237e290c48.
ctiller Oct 21, 2024
3ef7b76
[alts] Update max concurrent streams to ALTS handshaker service to 10…
matthewstevenson88 Oct 21, 2024
c3e83b8
[Release] Bump core version in preparation for 1.68 Branch Cut (#37941)
gnossen Oct 21, 2024
4662017
[EE] Prevent crash when address can't be resolved (#37952)
eugeneo Oct 21, 2024
14f22c7
[EventEngine] Disable the backup poller if all EventEngine experiment…
drfloob Oct 21, 2024
eacb2f7
Changed Bazel/Workspace to use @com_google_protobuf//python/dist:syst…
veblush Oct 21, 2024
c5999db
[call-v3] Fix leak with cq-based server (#37972)
ctiller Oct 21, 2024
1178b2d
[retry e2e test] add log message about known flakiness (#37974)
markdroth Oct 21, 2024
d411b44
[EventEngine] Stop using the CallbackAlternativeCQ (#37933)
drfloob Oct 22, 2024
b28ec6d
updated default run_tests max version to py313 (#37945)
sreenithi Oct 22, 2024
d56c939
[Windows] Hack to prewarm cache (`GetAdaptersAddresses`) for core_end…
yijiem Oct 22, 2024
36b9ee9
[ruby] explicitly enumerate ruby tests, don't use rake to run them (#…
apolcyn Oct 23, 2024
a24c8cc
[Build] Dropped Bazel 6.x support (#37979)
veblush Oct 23, 2024
1b997c5
[test] Disable //test/core/end2end/... on Windows (#37983)
drfloob Oct 23, 2024
357bfa7
[Dep] Upgraded rule_cc to 0.0.12 (#37978)
veblush Oct 23, 2024
53c7d45
[cleanup] Rm blank line (#37988)
drfloob Oct 23, 2024
8b74961
[promises] Add a promise-based match operator (#37981)
ctiller Oct 24, 2024
aa4dd17
[test] Increase timeout for windows portability tests (#37989)
yashykt Oct 24, 2024
17f0e28
[bazel] `proto_root` was appended to `dir_out` earlier, so don't dupl…
asedeno Oct 24, 2024
2213447
Bump master version to 1.69.0-dev (#38000)
gnossen Oct 25, 2024
2525988
[release] add v1.67.0 release to interop client matrix (#37985)
apolcyn Oct 25, 2024
8aa71db
[xDS gcp_authn filter] remove upper bound for cache size (#38005)
markdroth Oct 25, 2024
06eda49
[bazel] fix includes to use proper paths from child packages
markdroth Oct 28, 2024
ff7d726
[Python Bazel] Use `PyInfo` provider and `py_*` rules from rules_pyth…
mering Oct 28, 2024
5c31076
[AuthContext] Introduce an ConnectionContext class to hold arbitrary …
Vignesh2208 Oct 28, 2024
88b5c9e
[TokenFetcherCredentials] fix backoff behavior (#38004)
markdroth Oct 28, 2024
f0b514c
[test] Fix bug that broke core end2end tests Windows (#37918)
drfloob Oct 28, 2024
2329b25
[ObjC] fix lock inversion in dns service resolver shutdown (#38010)
HannahShiSFB Oct 28, 2024
cdac698
Update rules_python to 0.35.0 (#37996)
mering Oct 29, 2024
7e5dc14
[EventEngine] Workaround for missing data bug on endpoint/socket shut…
drfloob Oct 29, 2024
0bd12ba
[EventEngine] API contract: Endpoint::Read will provide either an err…
drfloob Oct 29, 2024
a16441b
[XdsClient] Add missing authority to XdsClient metrics scope (#38009)
yashykt Oct 29, 2024
265c7be
[chttp2] Fix channelz address (#38022)
yashykt Oct 29, 2024
4b41df2
[EventEngine] Add stronger wording on Endpoint::Read contract (#38036)
drfloob Oct 30, 2024
84b4525
[XdsE2ETest] Fix MtlsWithAggregateCluster to gracefully switch (#38037)
yashykt Oct 30, 2024
14ac94d
[Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python (#37997)
veblush Oct 30, 2024
55b1ae9
[build] replace grpc_proto_library rules with separate proto_library/…
markdroth Oct 30, 2024
175d099
[DNS resolver] Call address_sorting_init and address_sorting_shutdown…
Vignesh2208 Oct 30, 2024
c2d899f
[interop] Add grpc-java 1.66.0-1.68.1 to client_matrix.py (#38021)
ejona86 Oct 30, 2024
99f6ee2
Adjust latent_see to fill based on time since last flush
ctiller Oct 31, 2024
ca1b57c
Add latent see annotations to more of grpc
ctiller Oct 31, 2024
a966a6f
[sanity] fix it (#38043)
ctiller Oct 31, 2024
dbd9b1e
[Build] Upgraded gcc to 14 (#38041)
veblush Oct 31, 2024
226a24c
[PHP] remove PersistentChannelTest.testInitHelper (#38042)
HannahShiSFB Oct 31, 2024
60d7444
[TSI] Print cert verification status on handshake failure (#37207)
csapuntz Oct 31, 2024
ab90aaf
[Test] Remove unnecessary cmake 3.16 installation (#38048)
veblush Oct 31, 2024
dfdda9e
Prepare code for breaking change in Protobuf C++ API.
evalon32 Nov 1, 2024
30506ff
[Python Aio] Fix test_cancel_after_done_writing (#38051)
XuanWang-Amos Nov 1, 2024
a6682db
[CI] Updated RBE Windows Configuration to use Bazel 7.3.1 (#38006)
veblush Nov 1, 2024
2ce4c64
Fix core typos (#38028)
NathanBaulch Nov 1, 2024
3bb0ea4
[PH2][NewFile][ClassStructure] Add client and server class (#37840)
tanvi-jagtap Nov 4, 2024
7f664c6
Improve metadata redaction comment (#38033)
tanvi-jagtap Nov 4, 2024
cb57a04
[chaotic-good] Land a second copy as an experiment (#38026)
ctiller Nov 4, 2024
574b19e
[Build] Use -msse2 option only for 32-bit Intel (#38024)
veblush Nov 4, 2024
86a68b4
Add new EventEngine::Extension to allow transport to send and receive…
ananda1066 Nov 4, 2024
e37d384
Add new HTTP2 frame type SecurityFrame for security-related data. Als…
ananda1066 Nov 4, 2024
9049ce0
[ServerStreaming10Messages] Add tracers for test (#38039)
yashykt Nov 4, 2024
6c05780
[EventEngine] Migrate `chaotic_good_server` to use EE DNSResolver (#3…
yijiem Nov 4, 2024
2a9c752
[Dart] Rebuild grpc_interop_dart docker image from dart:stable (#38049)
kannanjgithub Nov 5, 2024
dd19ed3
[ssl] Downgrade SSL handshake failure log to INFO. (#38058)
matthewstevenson88 Nov 5, 2024
0c11076
[AuthContext] Embed the connection context inside auth context to all…
Vignesh2208 Nov 5, 2024
edb6c62
Remove no-op gRPC Pull Request Artifact builds
drfloob Nov 5, 2024
be627d4
Increase VM timeout for windows/grpc_portability_build_only
drfloob Nov 5, 2024
2eaaa9c
Automated rollback of commit 0c1107636fff68229a6832ead51eabeaabb316d4.
Nov 5, 2024
5011420
[proto] revert to old-style BUILD rules for channelz and reflection
markdroth Nov 6, 2024
c4682fe
[Build] Revert "[Build] Use -msse2 option only for 32-bit Intel (#380…
veblush Nov 6, 2024
d53dde7
[Fix Flake] Fix contextvar test issue (#38076)
XuanWang-Amos Nov 6, 2024
6a0377e
[chttp2] Fix comments and messages (#38071)
yashykt Nov 6, 2024
6a0c483
[CI] Upgraded clang to 19 for sanity tests (#38070)
veblush Nov 6, 2024
9765f16
Remove unused definition of ResolvedAddrToUnixPathIfPossible (#38016)
hferreiro Nov 6, 2024
63cb58d
Fix link about gRPC Server Reflection for Node.js (#37524)
y-yagi Nov 6, 2024
bda98db
Update 'Local security connector' experiment (#38045)
erm-g Nov 6, 2024
0e96f83
[http-proxy] Add a log message sampling HTTP proxy connect failures (…
ctiller Nov 6, 2024
f7b0454
Select the appropriate dependency when Bazel's `os:windows` constrain…
abau-g Nov 6, 2024
d60ebf7
[xDS e2e tests] use real xDS protos
markdroth Nov 7, 2024
a644115
[CI] Updated RBE Windows Image (MSVC 2022) (#38063)
veblush Nov 7, 2024
7b6a5be
[EventEngine] Improve Windows IOCP test: variable lifetimes (#38085)
drfloob Nov 7, 2024
0148b49
Automated rollback of commit 2eaaa9cbf7226054df83b19ddd6d530a2e8edb32.
Vignesh2208 Nov 7, 2024
0672a7a
[CI] Used dockcross/manylinux2014-aarch64 for aarach64 artifact docke…
veblush Nov 7, 2024
ff23f44
[github] mark tools/distrib/python/xds_protos as auto-generated (#38083)
markdroth Nov 8, 2024
6db0a2e
[RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch …
yijiem Nov 8, 2024
740d219
[PHP] Fix flaky MacOS tests (#38090)
ajinkyakulkarni75 Nov 8, 2024
5fcc5f8
[Chttp2Transport] Flush data out over the transport quickly under hig…
Vignesh2208 Nov 8, 2024
da58cff
Cleanup gRPC's protobuf usage within Google
ctiller Nov 8, 2024
1be5e4e
[work-serializer] Enable `work_serializer_dispatch` everywhere (#38054)
ctiller Nov 9, 2024
c367ab1
[build] Fix it (#38095)
ctiller Nov 9, 2024
dc9af5a
reducing number of tooling tests to one (#37848)
sourabhsinghs Nov 11, 2024
e3039bc
Add public target that exports grpc_slice headers
Nov 11, 2024
be472f1
[PH2] New Experiments (#38103)
tanvi-jagtap Nov 12, 2024
8342a10
Fix python typos (#38029)
NathanBaulch Nov 12, 2024
630d790
[chaotic-good] Revamp wire format (#37765)
ctiller Nov 12, 2024
06f61ab
[http1] fix HttpRequest to support query params (#38099)
markdroth Nov 12, 2024
602c3ac
[xds e2e tests] apply test slowdown factor for does-not-exist timeout…
markdroth Nov 12, 2024
2159447
[testing] set -O1 in msan builds (#38118)
apolcyn Nov 13, 2024
5c09060
bump timeout for grpc_bazel_rbe_nonbazel from 90 minutes to 2 hours
apolcyn Nov 13, 2024
06b2452
Add metadata type for W3C traceparent header
yashykt Nov 14, 2024
c0f22d1
[StatsPlugin] Use lock-free list for global stats plugins list (#38060)
yashykt Nov 14, 2024
9751fab
[test] Re-enable end2end test on Windows now that EE is rolled out (#…
drfloob Nov 14, 2024
ed7854e
[test] remove unused file (#38109)
ctiller Nov 14, 2024
a0d9ddf
[latent-see] Improve visibility of party wakeups (#38053)
ctiller Nov 14, 2024
f3d00ac
[test] Remove unused script (#38110)
ctiller Nov 14, 2024
d0a7c33
[httpcli_test_util] clean up and modernize logic (#38121)
markdroth Nov 14, 2024
35e1bfa
[xDS] add auto_host_rewrite to human-readable form of route config (#…
markdroth Nov 14, 2024
94cbb67
Automated rollback of commit 06b2452feb982cb9fb9a035017208f2ce002adcb.
yashykt Nov 14, 2024
e352e89
[c-ares] Fix inverted length check in GrpcPolledFdWindows (#38101)
yijiem Nov 14, 2024
ef9e350
[fuzzing] Add a define that we can leverage to choose different codep…
ctiller Nov 15, 2024
551499c
set bazel --test_timeout in grpc_bazel_rbe_nonbazel to 1.5 hours
apolcyn Nov 15, 2024
10fa208
[chaotic-good] ensure client transport advertises shutdown (#38134)
ctiller Nov 15, 2024
9166bb9
[metrics] Fix test flakiness (#38128)
yashykt Nov 15, 2024
f9e372b
Automated rollback of commit 94cbb6760858f5fd223d114afdc66b30a8dadda8.
yashykt Nov 15, 2024
3f4f949
[client-channel] log formatting cleanup (#38133)
ctiller Nov 15, 2024
83380d2
[mpsc] Reads should fail on read closed (#38138)
ctiller Nov 15, 2024
4c48dee
[cancel_after_invoke] Additional corpora (#38132)
ctiller Nov 16, 2024
bc35dc1
[promise] better visibility into seqs (#38135)
ctiller Nov 16, 2024
b1890d8
Make grpc++_test target public
yashykt Nov 16, 2024
7f535a6
[promises] increase debuggability of loop (#38137)
ctiller Nov 17, 2024
6c37069
[chaotic-good] Fix recursive mutex deadlock (#38150)
ctiller Nov 18, 2024
3cc611c
[party] use ee for max threadyness (#38139)
ctiller Nov 18, 2024
45dacbe
[interop] Add v1.65.1, v1.66.3, v1.67.1, v1.68.0 releases of grpc-go …
purnesh42H Nov 18, 2024
a55c066
[Deps] Updated OpenTelemetry to the HEAD (#38140)
veblush Nov 18, 2024
14e077f
Extend chaotic_good_legacy_protocol expiry date
ctiller Nov 18, 2024
d61d88d
Revert "[party] use ee for max threadyness (#38139)" (#38153)
ctiller Nov 19, 2024
4eb73bc
[flake] Fix recursive mutex issue in legacy chaotic good (#38156)
ctiller Nov 20, 2024
cb93754
[CI] Keep ninja test only for Windows. (#38159)
veblush Nov 20, 2024
bcc04e7
[Orca Service] Gracefully fail the incoming RPC if it fails deseriali…
Vignesh2208 Nov 20, 2024
9801f6d
[deps] Upgrade google/benchmark to v1.9.0 (#38163)
drfloob Nov 20, 2024
bef33bd
increased timeout for windows grpc basictests python (#38162)
sourabhsinghs Nov 20, 2024
67d82ec
[OnCall] Minor change to Python binary metadata documentation (#38127)
tanvi-jagtap Nov 21, 2024
a5703a0
[pick_first] fix shutdown bug in new PF impl (#38144)
markdroth Nov 21, 2024
c333d60
[OTel] Set prometheus exporter option to populate otel scope (#38170)
yashykt Nov 21, 2024
394118d
[chaotic-good] Multi-connection support (#38032)
ctiller Nov 22, 2024
7570d8b
[reorg] move src/core/lib/config -> src/core/config (#37847)
markdroth Nov 22, 2024
c6dccd4
[fix] Add missing corpus for fuzzer (#38175)
ctiller Nov 22, 2024
7826ddc
interop-testing: update the Interop-test-descriptions doc to reflect …
zbilun Nov 22, 2024
cfda657
[CI] Added a gRPC_BUILD_TESTS guard to third_party protos (#38179)
veblush Nov 22, 2024
d1035ba
[chaotic-good] Fix timeout in test suite (#38177)
ctiller Nov 23, 2024
8e78a1a
[BmPicker] Reduce benchmark iterations for tsan builds to avoid timeo…
Vignesh2208 Nov 25, 2024
cccd74c
[StatsPlugingTest] Fix flakiness by increasing sleep duration in test…
Vignesh2208 Nov 25, 2024
989fed6
[CSM] Use xds-enabled server and xds credentials in examples (#38192)
yashykt Nov 26, 2024
c390a8b
[benchmark] Reenable OSS benchmarks for dotnet. (#38186)
paulosjca Nov 26, 2024
36e534d
[Examples] Remove grpcpp_admin dependency (#38196)
yashykt Nov 26, 2024
40b867f
[xDS RBAC] Support string_match in HeaderMatcher (#38185)
yashykt Nov 26, 2024
69d325c
[experiments] Extend expiry dates of experiments.
Vignesh2208 Nov 26, 2024
fb03c50
[Http2] Gathering stats related to peer's flow control characteristic…
Vignesh2208 Nov 26, 2024
a428e2c
[CSM Observability] Add option to use Xds server (#38194)
XuanWang-Amos Nov 26, 2024
18feac3
[benchmark] Update image prefix for PSM benchmarks. (#38200)
paulosjca Nov 26, 2024
9d9a89a
[PH2][Refactor][Minor] Remove magic number for clarity (#38166)
tanvi-jagtap Nov 27, 2024
e414257
[resource_quota] Add global control knob for container memory usage (…
ctiller Dec 2, 2024
9d26956
[experiments] Extend expiry of time_caching_in_party (#38211)
ctiller Dec 2, 2024
05146d8
[chttp2] Allow clients to reject on too many streams (#38176)
ctiller Dec 2, 2024
9651af5
[Alarm] Fix Alarm reuse on cancellation (#38114)
yijiem Dec 2, 2024
721ab4f
[party] Add a hold mechanism, eliminate bulk spawns (#38149)
ctiller Dec 2, 2024
59691b0
[Build] Upgraded Clang 19 (#38038)
veblush Dec 2, 2024
091d9cb
[party] Fix multiple wakeup bug (#38213)
ctiller Dec 2, 2024
7819891
[Deps] Updated protobuf to v29 (#38066)
veblush Dec 3, 2024
adeb465
Automated rollback of commit 9651af5b436d1cf37753f29e2480af63849391c0.
ctiller Dec 3, 2024
84aca4f
[promises] Allow void returns (#38217)
ctiller Dec 3, 2024
e9c16ac
[fuzzing-event-engine] Remove time sweeps (#37889)
ctiller Dec 3, 2024
c5735cf
[chaotic-good] Disable e2e tests on Windows (#38218)
ctiller Dec 4, 2024
e15fd5a
[xds] Add a test case for "unhealthy" endpoint status (#38225)
eugeneo Dec 4, 2024
c741a56
[release] Bump core version (#38224)
markdroth Dec 4, 2024
cb4172d
[reorg] move json and http_client tests to util (#38120)
markdroth Dec 5, 2024
c387134
[ObjC] Updated Abseil to 1.20240722.0 (#38214)
HannahShiSFB Dec 5, 2024
8bf7149
[Test] Fix logging test (#38232)
veblush Dec 5, 2024
a5ed6fa
[ObjC] Fix address sorting issue (#38215)
HannahShiSFB Dec 5, 2024
cde3276
[release] Bump dev version on master to 1.70.0-dev (#38236)
markdroth Dec 5, 2024
06a7463
[LB unit tests] use only FuzzingEventEngine (#37744)
markdroth Dec 5, 2024
2980de4
[util] Add t-digest implementation (#38229)
ctiller Dec 6, 2024
1ef140c
[chaotic-good] Chunked messages (#38052)
ctiller Dec 6, 2024
b3a44f1
[backoff] cap initial backoff at max backoff (#38239)
markdroth Dec 6, 2024
32f5136
Clarify the concurrency of OnDone with respect to the reactor, and ca…
tkoeppe Dec 6, 2024
5513993
[Test] Add CallbackSetInCallback test case (#38234)
yijiem Dec 6, 2024
fe8bd94
[chttp2] Prioritize sending out finished requests over other in fligh…
Vignesh2208 Dec 6, 2024
87b60ce
Update compression_cookbook.md (#37856)
henrytien Dec 9, 2024
c61456b
[call-v3] Retry Interceptor (#37816)
ctiller Dec 9, 2024
8df11e2
[experiments] Extend privacy experiments temporarily (#38252)
ananda1066 Dec 9, 2024
f36c6ae
[util] Kolmogorov-Smirnov test approximated over T-Digests (#38245)
ctiller Dec 9, 2024
2aa4aa2
[Test] Fix error_details_test (#38233)
veblush Dec 10, 2024
190fdf1
decrease concurrency for windows grpc_distribtests_python (#38161)
sourabhsinghs Dec 10, 2024
cd57733
Revert "increased timeout for windows grpc basictests python" (#38174)
sourabhsinghs Dec 10, 2024
25813a0
[call-v3] Put retries under an experiment (#38255)
ctiller Dec 10, 2024
cb5563c
Automated rollback of commit f36c6aed760b739cb8d1ff8375f756de4f8c7dca.
ctiller Dec 10, 2024
4309f97
[chaotic-good] Lazy connection establishment (#38244)
ctiller Dec 10, 2024
eef07f8
[Ruby] increase ruby test timeout (#38258)
alto-ruby Dec 11, 2024
5b3709b
[PH2] Add new debug only trace flag (#38250)
tanvi-jagtap Dec 11, 2024
39a3889
[call-v3] Actually experimentalize retries (#38268)
ctiller Dec 11, 2024
cf81cce
[Build] Prerequisites to Bazel 8 upgrade (#38261)
veblush Dec 11, 2024
1771592
[Build] Upgraded Bazel to 7.4.1 (#38262)
veblush Dec 11, 2024
6ca7889
[tdigest] Lessen stringency on a test in the middle of the range (#38…
ctiller Dec 11, 2024
bac8e34
[chaotic-good] Cleanup (#38273)
ctiller Dec 12, 2024
b4605e6
[alts] Reduce logging frequency when the ALTS handshaker service retu…
tanvi-jagtap Dec 12, 2024
4b87a16
[dns] Small tweak to readability of dns resolver code (#38253)
ctiller Dec 12, 2024
11b971e
[atm] Remove gpr_atm_no_barrier_clamped_add (#38263)
ctiller Dec 12, 2024
4e0c1d4
[xDS-enabled server] fix status code when RDS resource doesn't exist …
markdroth Dec 13, 2024
0498194
Fix lifetime issue with EventEngine endpoint wrapper. Before, we woul…
ananda1066 Dec 13, 2024
782814e
[chaotic-good] Hide log line behind tracer (#38285)
ctiller Dec 14, 2024
b82b79b
[Python CSM] Change example to use Helloworld service (#38283)
XuanWang-Amos Dec 16, 2024
62e9e44
[Python Observability] update observability example (#38272)
XuanWang-Amos Dec 16, 2024
f502e75
[BoringSSL] Update third_party/boringssl-with-bazel (#38274)
veblush Dec 17, 2024
9a10ab9
[PH2][Documentation][Promise] Document the Join combinator
tanvi-jagtap Dec 17, 2024
d2615ff
[interop] Add grpc-java 1.68.2 and 1.69.0 to client_matrix.py (#38292)
kannanjgithub Dec 17, 2024
a04e2f5
[PH2][Promise][Test] Test for if combinator (#38294)
tanvi-jagtap Dec 17, 2024
d04a97b
[Reland] [EventEngine] Migrate httpcli to use EventEngine DNSResolver…
yijiem Dec 17, 2024
3f001f7
Use Label() instead of specifying the repo name (#38280)
mering Dec 17, 2024
4e65d13
Remove privacy experiments and update expirations (#38299)
ananda1066 Dec 17, 2024
0b9ff8e
[experiments] Fix expiration date (#38310)
ananda1066 Dec 18, 2024
1d49120
[experiments] Verify expiration date makes sense (#38301)
ctiller Dec 18, 2024
4a72b88
[Dep] Updated opentelemetry-cpp to 1.18.0 (#38317)
veblush Dec 18, 2024
c4ce477
[Ruby] update bundle before building the native lib (#38303)
alto-ruby Dec 19, 2024
8184d79
[CI] Updated Bazel to 7.4.1 in rbe_ubuntu2004 (#38318)
veblush Dec 19, 2024
bb8fc89
[experiments] Actually increment the year... (#38322)
ctiller Dec 19, 2024
24d3d0c
[Dep] Updated google-cloud-cpp-2.33.0 (#38321)
veblush Dec 19, 2024
01673b0
[CI] Updated Bazel to 7.4.1 in rbe_windows (#38320)
veblush Dec 19, 2024
6fa8043
[ring_hash] allow use without xDS, and allow setting endpoint hash ke…
markdroth Dec 19, 2024
b53f405
Automated rollback of commit 6fa8043bf9befb070b846993b59a3348248e6566.
markdroth Dec 20, 2024
8250115
[Ruby] do not use static thread local member in scoped activity (#34563)
alto-ruby Dec 21, 2024
93b2960
[C++] Transition to C++17 (#37919)
veblush Dec 23, 2024
54cab7a
[ring_hash] second attempt: allow use without xDS, and allow setting …
markdroth Dec 23, 2024
9b77138
examples/cpp/route_guide add missing command line parsing (#37857)
RomantsovS Dec 23, 2024
6768331
[xDS e2e tests] refactor some common code into a shared utility metho…
markdroth Dec 27, 2024
b691026
[PSM interop client] add flag to log RPC start and end (#38355)
markdroth Dec 27, 2024
bbefef3
[XdsClient] move ADS encoding and decoding directly into XdsClient (#…
markdroth Dec 27, 2024
c4aa5c4
[xds_client_test] remove now-unnecessary override of timer duration (…
markdroth Dec 27, 2024
c99406f
Added pawbhard as maintainer (#38352)
pawbhard Dec 30, 2024
f39cd0f
[benchmark] Skip broken benchmark on 8 cores. (#38350)
paulosjca Dec 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump the github-actions group across 1 directory with 2 updates (grpc…
…#37826)

Bumps the github-actions group with 2 updates in the / directory:
[actions/setup-python](https://github.com/actions/setup-python) and
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).

Updates `actions/setup-python` from 5.1.0 to 5.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-python/releases">actions/setup-python's
releases</a>.</em></p>
<blockquote>
<h2>v5.2.0</h2>
<h2>What's Changed</h2>
<h3>Bug fixes:</h3>
<ul>
<li>Add <code>.zip</code> extension to Windows package downloads for
<code>Expand-Archive</code> Compatibility by <a
href="https://github.com/priyagupta108"><code>@​priyagupta108</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/916">actions/setup-python#916</a>
This addresses compatibility issues on Windows self-hosted runners by
ensuring that the filenames for Python and PyPy package downloads
explicitly include the .zip extension, allowing the Expand-Archive
command to function correctly.</li>
<li>Add arch to cache key by <a
href="https://github.com/Zxilly"><code>@​Zxilly</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/896">actions/setup-python#896</a>
This addresses issues with caching by adding the architecture (arch) to
the cache key, ensuring that cache keys are accurate to prevent
conflicts.
Note: This change may break previous cache keys as they will no longer
be compatible with the new format.</li>
</ul>
<h3>Documentation changes:</h3>
<ul>
<li>Fix display of emojis in contributors doc by <a
href="https://github.com/sciencewhiz"><code>@​sciencewhiz</code></a> in
<a
href="https://redirect.github.com/actions/setup-python/pull/899">actions/setup-python#899</a></li>
<li>Documentation update for caching poetry dependencies by <a
href="https://github.com/gowridurgad"><code>@​gowridurgad</code></a> in
<a
href="https://redirect.github.com/actions/setup-python/pull/908">actions/setup-python#908</a></li>
</ul>
<h3>Dependency updates:</h3>
<ul>
<li>Bump <code>@​iarna/toml</code> version from 2.2.5 to 3.0.0 by <a
href="https://github.com/priya-kinthali"><code>@​priya-kinthali</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/912">actions/setup-python#912</a></li>
<li>Bump pyinstaller from 3.6 to 5.13.1 by <a
href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/923">actions/setup-python#923</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/sciencewhiz"><code>@​sciencewhiz</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/899">actions/setup-python#899</a></li>
<li><a
href="https://github.com/priyagupta108"><code>@​priyagupta108</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/916">actions/setup-python#916</a></li>
<li><a href="https://github.com/Zxilly"><code>@​Zxilly</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/896">actions/setup-python#896</a></li>
<li><a
href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/923">actions/setup-python#923</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-python/compare/v5...v5.2.0">https://github.com/actions/setup-python/compare/v5...v5.2.0</a></p>
<h2>v5.1.1</h2>
<h2>What's Changed</h2>
<h3>Bug fixes:</h3>
<ul>
<li>fix(ci): update all failing workflows by <a
href="https://github.com/mayeut"><code>@​mayeut</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/863">actions/setup-python#863</a>
This update ensures compatibility and optimal performance of workflows
on the latest macOS version.</li>
</ul>
<h3>Documentation changes:</h3>
<ul>
<li>Documentation update for cache by <a
href="https://github.com/gowridurgad"><code>@​gowridurgad</code></a> in
<a
href="https://redirect.github.com/actions/setup-python/pull/873">actions/setup-python#873</a></li>
</ul>
<h3>Dependency updates:</h3>
<ul>
<li>Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/actions/setup-python/pull/893">actions/setup-python#893</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gowridurgad"><code>@​gowridurgad</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/873">actions/setup-python#873</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-python/compare/v5...v5.1.1">https://github.com/actions/setup-python/compare/v5...v5.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/setup-python/commit/f677139bbe7f9c59b41e40162b753c062f5d49a3"><code>f677139</code></a>
Bump pyinstaller from 3.6 to 5.13.1 in /<strong>tests</strong>/data (<a
href="https://redirect.github.com/actions/setup-python/issues/923">#923</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/2bd53f9a4d1dd1cd21eaffcc01a7b91a8e73ea4c"><code>2bd53f9</code></a>
Documentation update for caching poetry dependencies (<a
href="https://redirect.github.com/actions/setup-python/issues/908">#908</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/80b49d3ed89312896dbdcbefc2ddb159c7f8ca43"><code>80b49d3</code></a>
fix: add arch to cache key (<a
href="https://redirect.github.com/actions/setup-python/issues/896">#896</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/036a5236741fd24c89eea80d1b76179e8e5f9214"><code>036a523</code></a>
Fix: Add <code>.zip</code> extension to Windows package downloads for
<code>Expand-Archive</code> C...</li>
<li><a
href="https://github.com/actions/setup-python/commit/04c1311429f7be71707d8ab66c7af8a14e54b938"><code>04c1311</code></a>
Fix display of emojis in contributors doc (<a
href="https://redirect.github.com/actions/setup-python/issues/899">#899</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/cb6845644151e35f879e10f2f0896c3c8bee372c"><code>cb68456</code></a>
Updated <code>@​iarna/toml</code> version to 3.0.0 (<a
href="https://redirect.github.com/actions/setup-python/issues/912">#912</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/39cd14951b08e74b54015e9e001cdefcf80e669f"><code>39cd149</code></a>
Documentation update for cache (<a
href="https://redirect.github.com/actions/setup-python/issues/873">#873</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/a0d74c0c423f896bc4e7be91d5cb1e2d54438db3"><code>a0d74c0</code></a>
fix(ci): update all failing workflows (<a
href="https://redirect.github.com/actions/setup-python/issues/863">#863</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/4eb7dbcb9561cb76a85079ffa9d89b983166e00c"><code>4eb7dbc</code></a>
Bump braces from 3.0.2 to 3.0.3 (<a
href="https://redirect.github.com/actions/setup-python/issues/893">#893</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/setup-python/compare/82c7e631bb3cdc910f68e0081d67478d79c6982d...f677139bbe7f9c59b41e40162b753c062f5d49a3">compare
view</a></li>
</ul>
</details>
<br />

Updates `peter-evans/create-pull-request` from 6.1.0 to 7.0.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/peter-evans/create-pull-request/releases">peter-evans/create-pull-request's
releases</a>.</em></p>
<blockquote>
<h2>Create Pull Request v7.0.5</h2>
<p>⚙️ Fixes an issue with commit signing to allow it to support
symlinks</p>
<h2>What's Changed</h2>
<ul>
<li>fix: support symlinks when commit signing by <a
href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3359">peter-evans/create-pull-request#3359</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v7.0.4...v7.0.5">https://github.com/peter-evans/create-pull-request/compare/v7.0.4...v7.0.5</a></p>
<h2>Create Pull Request v7.0.4</h2>
<p>⚙️ Fixes an issue with commit signing to allow it to support
submodules</p>
<h2>What's Changed</h2>
<ul>
<li>docs: correct suggestion for bot setup by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3342">peter-evans/create-pull-request#3342</a></li>
<li>build(deps-dev): bump <code>@​types/jest</code> from 29.5.12 to
29.5.13 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3343">peter-evans/create-pull-request#3343</a></li>
<li>build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3344">peter-evans/create-pull-request#3344</a></li>
<li>fix: support submodules when commit signing by <a
href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3354">peter-evans/create-pull-request#3354</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/henryiii"><code>@​henryiii</code></a>
made their first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3342">peter-evans/create-pull-request#3342</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v7.0.3...v7.0.4">https://github.com/peter-evans/create-pull-request/compare/v7.0.3...v7.0.4</a></p>
<h2>Create Pull Request v7.0.3</h2>
<p>⚙️ Fixes an issue with commit signing where commit SHAs have variable
lengths when abbreviated.</p>
<h2>What's Changed</h2>
<ul>
<li>fix: disable abbreviated commit shas in diff by <a
href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3337">peter-evans/create-pull-request#3337</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v7.0.2...v7.0.3">https://github.com/peter-evans/create-pull-request/compare/v7.0.2...v7.0.3</a></p>
<h2>Create Pull Request v7.0.2</h2>
<p>⚙️ Fixes an issue with commit signing when a change was detected as
being a rename or copy.</p>
<h2>What's Changed</h2>
<ul>
<li>build(deps-dev): bump <code>@​types/node</code> from 18.19.48 to
18.19.50 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3320">peter-evans/create-pull-request#3320</a></li>
<li>build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3319">peter-evans/create-pull-request#3319</a></li>
<li>fix: disable diff detection for renames and copies by <a
href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3330">peter-evans/create-pull-request#3330</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v7.0.1...v7.0.2">https://github.com/peter-evans/create-pull-request/compare/v7.0.1...v7.0.2</a></p>
<h2>Create Pull Request v7.0.1</h2>
<p>⚙️ Fixes <a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3311">an
issue</a> affecting one particular use case where the action fails on
<code>diff --stat</code> with <code>fatal: ambiguous
argument</code>.</p>
<h2>What's Changed</h2>
<ul>
<li>build(deps): bump peter-evans/create-pull-request from 6 to 7 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3283">peter-evans/create-pull-request#3283</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 18.19.46 to
18.19.48 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3288">peter-evans/create-pull-request#3288</a></li>
<li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
7.17.0 to 7.18.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3289">peter-evans/create-pull-request#3289</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/5e914681df9dc83aa4e4905692ca88beb2f9e91f"><code>5e91468</code></a>
fix: support symlinks when commit signing (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3359">#3359</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/2f38cd26bfebe301a5ee90bdd6550a69dc3ef23f"><code>2f38cd2</code></a>
fix: support submodules when commit signing (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3354">#3354</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/7a8aeac749996aed943101d8e7dfb0cecc06197e"><code>7a8aeac</code></a>
build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3344">#3344</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/d39d596a7720fc2c61c9aa5503097fb553431b5e"><code>d39d596</code></a>
build(deps-dev): bump <code>@​types/jest</code> from 29.5.12 to 29.5.13
(<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3343">#3343</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/f6f978fd3dc86c443f758f603d22dc554762c832"><code>f6f978f</code></a>
docs: correct suggestion for bot setup (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3342">#3342</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/6cd32fd93684475c31847837f87bb135d40a2b79"><code>6cd32fd</code></a>
fix: disable abbreviated commit shas in diff (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3337">#3337</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/d121e62763d8cc35b5fb1710e887d6e69a52d3a4"><code>d121e62</code></a>
fix: disable diff detection for renames and copies (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3330">#3330</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/f4d66f4d5a5a7e65a185463192800c32d296ac6d"><code>f4d66f4</code></a>
build(deps-dev): bump typescript from 5.5.4 to 5.6.2 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3319">#3319</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/488c869d17c8a5cb8a2f0a09471ed82c1d2a084f"><code>488c869</code></a>
build(deps-dev): bump <code>@​types/node</code> from 18.19.48 to
18.19.50 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3320">#3320</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/5354f85616108575685a73a0ddd2f67c26a441c3"><code>5354f85</code></a>
docs: update readme</li>
<li>Additional commits viewable in <a
href="https://github.com/peter-evans/create-pull-request/compare/c5a7806660adbe173f04e3e038b0ccdcd758773c...5e914681df9dc83aa4e4905692ca88beb2f9e91f">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
commit d70bcddb27c690ebc1ddf31984ea3c0a5453c8e5
4 changes: 2 additions & 2 deletions .github/workflows/pr-auto-fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: test "${{ steps.check.outputs.result }}" = "stay"
# Setup to run sanity suite
- name: Install Python Interpreter
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: 3.8
- name: Install Python Packages
Expand All @@ -90,7 +90,7 @@ jobs:
run: ANDROID_NDK_HOME= ${{ github.workspace }}/tools/distrib/sanitize.sh
# Report back with a PR if things are broken
- name: Create Pull Request
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
with:
delete-branch: true
branch-suffix: short-commit-hash
Expand Down