-
-
Notifications
You must be signed in to change notification settings - Fork 188
build: update CI and release for native bundles and latest jreleaser #2473
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
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
9876830
build: update CI and release for native bundles and latest jreleaser
maxandersen 8c29d12
ci: retrigger CI
maxandersen 75f64ff
fix: use cleanInstallDist instead of rm -rf for native image install
maxandersen a0e4a00
fix: support platform-named native binaries in IntegrationManager, Wr…
maxandersen 84d6473
fix: update VersionIT regex to accept -SNAPSHOT suffix
maxandersen 949d786
fix: map arm64 to aarch64 in jbang script to match native binary naming
maxandersen dcac785
fix: include expected binary names in native binary not-found warnings
maxandersen 4492ad8
fix: disable signing in jreleaser dry-run to avoid keyring init failure
maxandersen f9ba10a
fix: correct jreleaser signing property prefix
maxandersen 9266ad4
build: use jreleaser early-access to fix signing issue
maxandersen 4f0fe6e
fix: use --yolo for jreleaser dry-run instead of manual signing overr…
maxandersen fc55d79
Merge branch 'main' into ci-release-jreleaser-update
maxandersen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disable persisted checkout credentials in artifact-handling job.
Line 305 checks out code with default credential persistence. For this job, set
persist-credentials: falseto reduce token exposure risk.🔧 Proposed hardening
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: fetch-depth: 0 + persist-credentials: false🧰 Tools
🪛 zizmor (1.25.2)
[warning] 305-307: credential persistence through GitHub Actions artifacts (artipacked): does not set persist-credentials: false
(artipacked)
🤖 Prompt for AI Agents