Skip to content

Commit

Permalink
opentelemetry-collector/0.115.0-r0: fix GHSA-v778-237x-gjrc
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] committed Dec 13, 2024
1 parent ff38257 commit 7dd7774
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion opentelemetry-collector.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: opentelemetry-collector
version: 0.115.0
epoch: 0
epoch: 1
description: OpenTelemetry Collector
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -30,6 +30,11 @@ pipeline:
tag: v${{package.version}}
expected-commit: 4ed80bbc4d9a6753ba6b959f5625a6f75fa1229c

- uses: go/bump
with:
deps: golang.org/x/[email protected]
modroot: ./cmd/builder

- uses: go/build
with:
packages: .
Expand Down

0 comments on commit 7dd7774

Please sign in to comment.