ci: pin third-party actions to commit SHAs#12
Merged
Conversation
- Pin all uses: refs across codeql.yml, pages.yml, pr-lint.yml, stale.yml to immutable commit SHAs with trailing # vX.Y.Z comments - CodeQL strategy.matrix.language left unchanged at ['actions'] (already correct per S2) - Permissions and timeout-minutes already present on all jobs; no changes needed
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
uses:reference across codeql.yml, pages.yml, pr-lint.yml, and stale.yml to an immutable 40-char commit SHA, with a trailing# vX.Y.Zcomment.gh api repos/<owner>/<action>/commits/<tag>against the tags actually present in the files, cross-checked againstcas-reference-product's already-pinnedci.ymlwhere the same action/tag pairs appear.strategy.matrix.languageleft unchanged at['actions'](already correct per S2) — confirmed unregressed post-edit via grep.Verification
pwsh -File scripts/workflow-lint.ps1 -Path portfolio/cas-platform -Json→workflow-lint: clean.grep -n "language:" .github/workflows/codeql.yml→language: [ 'actions' ](unregressed)Not merging — opened for review per REQ-1.4.10 supply-chain hardening (Phase 31).
🤖 Generated with Claude Code