Conversation
Contributor
Author
|
@scordio 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
…t config Co-authored-by: scordio <26772046+scordio@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Pin GitHub Actions dependencies, switch to weekly update schedule
Pin GitHub Actions dependencies with commit SHAs and switch to weekly updates
Sep 13, 2025
scordio
reviewed
Sep 13, 2025
…@v4.4.3 Co-authored-by: scordio <26772046+scordio@users.noreply.github.com>
Copilot
AI
changed the title
Pin GitHub Actions dependencies with commit SHAs and switch to weekly updates
Pin GitHub Actions dependencies with commit SHAs, migrate to gradle/actions, and switch to weekly updates
Sep 13, 2025
scordio
approved these changes
Sep 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0actions/setup-java@v5→actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0gradle/wrapper-validation-action@v3→gradle/actions/wrapper-validation@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3Action Migration
gradle/wrapper-validation-actionto the supersedinggradle/actions/wrapper-validationaction as recommended in the official documentationUpdated Dependabot Configuration
dailytoweeklyCommit SHA Verification
The following URLs verify the authenticity of the commit SHAs used:
Testing
asciidoctortask (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.