We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3913bb5 + 64d1299 commit c3b90fbCopy full SHA for c3b90fb
2 files changed
.github/workflows/fossa.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
17
- - uses: fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6.0
+ - uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
18
with:
19
api-key: ${{secrets.FOSSA_API_KEY}}
20
team: OpenTelemetry
grpc/build.gradle.kts
@@ -16,7 +16,7 @@ java {
}
var grpcVersion = "1.72.0" // CURRENT_GRPC_VERSION
-var protobufVersion = "4.30.2"
+var protobufVersion = "4.31.0"
var protocVersion = protobufVersion
21
22
dependencies {
0 commit comments