-
Notifications
You must be signed in to change notification settings - Fork 44
Pin GitHub Actions dependencies, switch to weekly update schedule #283
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
Conversation
|
@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. |
…config Co-authored-by: scordio <[email protected]>
|
@copilot when I wrote:
I actually meant a comment in the Pull Request, not in the code. The inlined comment should contain the version only, e.g.: |
Co-authored-by: scordio <[email protected]>
Updated the inline comments to show only version information (e.g., |
This PR enhances security by pinning GitHub Actions dependencies to specific commit SHAs and updates the Dependabot configuration to use a weekly update schedule with grouped updates.
Changes Made
GitHub Actions Pinning
actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165Both actions have been pinned to their v5.0.0 release commits with inline comments that include only version information:
Example of the new format:
Commit URLs for verification:
Dependabot Configuration Updates
Security Benefits
Files Updated
.github/workflows/main.yml- All GitHub Actions pinned.github/workflows/release.yml- All GitHub Actions pinned.github/dependabot.yml- Updated schedule and groupingFixes #282.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.