github-actions: enable provenance#223
Merged
Merged
Conversation
SylvainJuge
reviewed
Apr 23, 2024
* upstream/main: [ci] add missing artifacts in buildkite (elastic#224) Hide statically linked libstdc++ symbols and enable compiler to remove unused code. (elastic#221) docs: add build badge for releases/snapshots (elastic#222)
reakaleek
approved these changes
Apr 23, 2024
SylvainJuge
reviewed
Apr 23, 2024
* upstream/main: Universal profiling integration autoconfig and inclusion in distro (elastic#215) Add task for printing relative paths of published code artifacts (elastic#226) build: bump com.github.jk1.dependency-license-report from 2.6 to 2.7 (elastic#213) [doc] add span stacktrace to readme (elastic#225)
SylvainJuge
approved these changes
Apr 24, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Enable the provenance for the jar file generated in Buildkite using the GitHub provenance action.
User
artifacts.tarto store all the artifacts that are produced (uses #226)Test
I created a test feature branch and triggered the snapshot workflow:
See https://github.com/elastic/elastic-otel-java/attestations
Issues
Similar to elastic/apm-agent-java#3594