-
Notifications
You must be signed in to change notification settings - Fork 1
ci: pin agent-shield reusable workflow to SHA #178
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
Closed
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
47e53c3
ci: pin agent-shield reusable workflow to SHA
github-actions[bot] 93264f0
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] d61bd66
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] c424c74
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 8a80fbf
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 51340fe
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] d796aba
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 0c4b779
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 633ef35
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] e7cdb01
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 58cd139
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] fca1cab
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 735d51e
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] b313ba4
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 9af80df
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 0435bf5
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 759218a
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 1968b4d
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 6ac11fa
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] a112890
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 67b1446
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 15616dd
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 1fa329e
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 66ee398
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] c8faf97
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] 0b73645
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] bb468f7
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] efdbbc5
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] b1a9fe4
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] c517de9
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The header comment states this stub "MUST NOT change" the
uses:line and that the source of truth lives inpetry-projects/.github/standards/workflows/agent-shield.yml, but this PR intentionally changesuses:to a pinned SHA. To avoid confusing future editors (and potential drift from the upstream standard), consider updating the header guidance to explicitly allow updating the ref for pinning, and/or syncing this change back to the upstream source-of-truth workflow.