Skip to content

Commit e497602

Browse files
committed
deps: use protobuf 4.33.0, skip generation
1 parent 78d3c77 commit e497602

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# downstream client libraries before they are released.
1616
name: Hermetic library generation upon generation config change through pull requests
1717
on:
18-
pull_request:
18+
#pull_request:
1919

2020
env:
2121
REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@
5959
<!-- OpenTelemetry -->
6060
<dependencyManagement>
6161
<dependencies>
62+
<dependency>
63+
<groupId>com.google.protobuf</groupId>
64+
<artifactId>protobuf-bom</artifactId>
65+
<version>4.33.0</version>
66+
<type>pom</type>
67+
<scope>import</scope>
68+
</dependency>
6269
<dependency>
6370
<groupId>io.opentelemetry</groupId>
6471
<artifactId>opentelemetry-bom</artifactId>

0 commit comments

Comments
 (0)