Pin GitHub Actions dependencies with commit SHAs, migrate to gradle/actions, and switch to weekly updates #196
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.
This PR pins all GitHub Actions dependencies to their commit SHAs with inline version comments, migrates to the newer gradle/actions for wrapper validation, and updates the Dependabot configuration to use a weekly schedule with grouped updates.
Changes Made
Pinned GitHub Actions Dependencies
All GitHub Actions in both workflow files have been updated from version tags to commit SHAs with version tracking comments:
actions/checkout@v5
→actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
actions/setup-java@v5
→actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
gradle/wrapper-validation-action@v3
→gradle/actions/wrapper-validation@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
Action Migration
gradle/wrapper-validation-action
to the supersedinggradle/actions/wrapper-validation
action as recommended in the official documentationUpdated Dependabot Configuration
daily
toweekly
Commit SHA Verification
The following URLs verify the authenticity of the commit SHAs used:
Testing
asciidoctor
task (used in the main CI workflow) runs successfullyFixes #195.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.