jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.8k stars 1.12k forks source link

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

Closed stephengold closed 4 months ago

stephengold commented 4 months ago

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.