Skip to content
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

Update GitHub Actions workflow for package permissions and JDK versions #22

Merged
merged 2 commits into from
Feb 6, 2025

Conversation

saschpe
Copy link
Owner

@saschpe saschpe commented Feb 6, 2025

Description

This pull request makes the following updates to the GitHub Actions workflow:

  1. Set Write Permissions for Packages: Adds the packages: write permission to ensure the workflow can publish or modify packages as necessary during execution.

  2. Update JDK Versions: Updates the JDK versions in the workflow matrix to 17.0.14_7 and 21.0.6_7, ensuring the CI pipeline runs on the latest, most stable versions.

These changes improve compatibility, stability, and functionality of the workflows.

Updated the JDK versions in the workflow matrix to the latest patches
(17.0.14_7 and 21.0.6_7) for improved stability and compatibility. This
ensures the CI pipeline uses up-to-date dependencies.
This change adds the `packages: write` permission to the workflow. It
ensures the workflow can properly publish or modify packages during
execution.
@saschpe saschpe self-assigned this Feb 6, 2025
@saschpe saschpe merged commit 2d7a6f1 into main Feb 6, 2025
12 checks passed
@saschpe saschpe deleted the saschpe.jdk-up branch February 6, 2025 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant