ci: SHA-pin all GitHub Actions + zizmor hash-pin policy (#143) - #219
Merged
Conversation
Fleet SHA-pin migration across every workflow: - Convert tag-pinned actions (checkout@v7, setup-dotnet@v6, upload-artifact@v7, download-artifact@v8.0.1, codeql-action init/analyze@v4) to full-commit-SHA pins with # vX comments. - Correct the D20-ported files' stale/behind SHAs: checkout v7.0.0 -> current v7 (3d3c42e5), and bump setup-dotnet v5 -> v6 to match the rest of the repo. - Add .zizmor.yml with an unpinned-uses hash-pin policy so any future tag-pin is flagged (must be passed via --config; wired into actions-audit.yaml). Resolves the zizmor 'mismatched/missing version comment' findings on the CI PRs at the source. Third-party actions (peaceiris, benchmark-action, softprops) were already SHA-pinned. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Chris-Wolfgang
added a commit
that referenced
this pull request
Jul 21, 2026
) Aligns with the fleet SHA-pin migration (#219): checkout v7.0.0 -> v7, setup-dotnet v5 -> v6, upload-artifact v4 -> v7, upload-sarif v3/v4 -> v4. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Chris-Wolfgang
added a commit
that referenced
this pull request
Jul 21, 2026
) Aligns with the fleet SHA-pin migration (#219): checkout v7.0.0 -> v7, setup-dotnet v5 -> v6, upload-artifact v4 -> v7, upload-sarif v3/v4 -> v4. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Chris-Wolfgang
added a commit
that referenced
this pull request
Jul 21, 2026
Aligns with the fleet SHA-pin migration (#219): checkout v7.0.0 -> v7, setup-dotnet v5 -> v6, upload-artifact v4 -> v7, upload-sarif v3/v4 -> v4. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Chris-Wolfgang
added a commit
that referenced
this pull request
Jul 21, 2026
) Aligns with the fleet SHA-pin migration (#219): checkout v7.0.0 -> v7, setup-dotnet v5 -> v6, upload-artifact v4 -> v7, upload-sarif v3/v4 -> v4. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Chris-Wolfgang
added a commit
that referenced
this pull request
Jul 21, 2026
Aligns with the fleet SHA-pin migration (#219): checkout v7.0.0 -> v7, setup-dotnet v5 -> v6, upload-artifact v4 -> v7, upload-sarif v3/v4 -> v4. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 29, 2026
This was referenced Aug 5, 2026
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.
Fleet SHA-pin migration across every workflow — resolves the zizmor pin/version-comment-mismatch findings from CI PRs #214–#218 at their source.
All 9 workflows validate; no bare tag-pins remain.
🤖 Generated with Claude Code