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

main.yml: upgrade the wrapper validation action to v3 #2257

Merged
merged 1 commit into from
May 9, 2024

Conversation

stephengold
Copy link
Member

The wrapper validation actions in the GitHub Actions CI/CD script (".github/workflows/main.yml") verify the signature of the project's Gradle wrapper JAR file ("gradle-wrapper.jar"). This helps protect the project against malware.

Currently the script specifies version 2 of the action. However, version 3 has been out since 12 April 2024. Furthermore, the README indicates that the "gradle/wrapper-validation-action" action has been superseded by "gradle/actions/wrapper-validation".

This pull request brings the jMonkeyEngine repo up-to-date in this respect.

@stephengold stephengold added the buildscript An issue with the buildscript label May 8, 2024
@scenemax3d scenemax3d added this to the v3.7.0 milestone May 9, 2024
@scenemax3d scenemax3d merged commit b5abd2e into master May 9, 2024
11 checks passed
@stephengold stephengold deleted the sgold/gradle-validation branch May 9, 2024 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
buildscript An issue with the buildscript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants