Conversation
Two supply-chain security hardening changes: 1. copilot-setup-steps.yml used actions/checkout@v6 (mutable tag), unlike every other workflow in the repo which pins to immutable commit SHAs. Pinned to de0fac2e (v6.0.2) to match the rest of the repo. 2. Added .github/dependabot.yml to enable weekly automated PRs for outdated GitHub Actions — so future version drift is surfaced automatically rather than discovered manually. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
Applies the two supply-chain hardening changes suggested in #10 (originally drafted by Repo Assist, which couldn't push workflow-file changes itself):
actions/checkout@v6→@de0fac2e # v6.0.2incopilot-setup-steps.yml. Every other workflow in the repo pins to an immutable SHA; this was the one holdout. Same SHA as used acrossagentics-maintenance.ymland all the compiled lock files..github/dependabot.yml— weekly Monday sweep for GitHub Actions updates, labeleddependencies.Closes #10.
Test plan
gh aw validatepasses on main after merge (structural change only; no agent logic touched)copilot-setup-steps.ymlinvocation still checks out correctly