Skip to content

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
@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.

3 participants