ci: pin third-party actions to commit SHAs (REQ-1.4.10)#19
Merged
Conversation
- codeql.yml: checkout, codeql-action init/autobuild/analyze - pages.yml: checkout, setup-python, upload-pages-artifact, deploy-pages - pr-lint.yml: action-semantic-pull-request - stale.yml: actions/stale - SHAs re-resolved for current tags (v7/v4/v6/v5/v6/v10) as repo tags had moved ahead of the plan's interface table since it was authored - CodeQL language matrix left unchanged (['actions'])
|
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 in codeql.yml, pages.yml, pr-lint.yml, and stale.yml to a full 40-char commit SHA (trailing# vX.Y.Zcomment retained).quality.ymlwas already fully SHA-pinned and is untouched.strategy.matrix.languageremains['actions']— not modified by this PR (verified via workflow-lint + grep).Note: the SHA table in the originating plan (31-04) was resolved against
@v4/@v3/@v5/@v8tags on 2026-07-06, but this repo's workflows had already moved to newer tags (@v7/@v4/@v6/@v5/@v10) via prior dependabot merges. SHAs in this PR were re-resolved live viagh api repos/<owner>/<action>/commits/<tag>against the actual tags found in each file.Test plan
powershell.exe -File scripts/workflow-lint.ps1 -Path portfolio/cas-workstation -Jsonreports zero findings against this branch content.grep -n "language:" .github/workflows/codeql.ymlconfirms['actions']unchanged.Part of REQ-1.4.10 (Phase 31 org CI supply-chain hardening).