Merged
Conversation
Contributor
philpennock
commented
Jan 28, 2026
- Bump GitHub Actions versions
- zizmor cleanups for newer zizmor
Ran: pinact run -u
Set `concurrency` controls appropriately. Line-item explanations for permissions in version-update.yaml. For zizmor v1.22.0 this leaves us clean under the pedantic persona; the auditor persona notes that the checkout enables credential persistence, but that's required for this workflow.
There was a problem hiding this comment.
Pull request overview
This PR performs routine maintenance updates to GitHub Actions workflows, including version bumps for multiple actions and the addition of concurrency controls recommended by zizmor (a GitHub Actions security auditing tool).
Changes:
- Added concurrency blocks to all three workflow files to prevent concurrent runs from interfering with each other
- Updated GitHub Actions to newer versions (actions/checkout v4→v6, actions/setup-go v5→v6, peter-evans/create-pull-request v7→v8, github/codeql-action v3→v4, goreleaser/goreleaser-action v6.3→v6.4, sigstore/cosign-installer v3→v4)
- Added inline comments explaining permission requirements in version-update.yaml
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/version-update.yaml |
Added concurrency control and updated actions/checkout to v6.0.2 and peter-evans/create-pull-request to v8.1.0, with clarifying comments on permissions |
.github/workflows/powershell.yml |
Added concurrency control and updated actions/checkout to v6.0.2 and github/codeql-action to v4.32.0 |
.github/workflows/nightly.yaml |
Added concurrency control and updated four actions: actions/checkout to v6.0.2, actions/setup-go to v6.2.0, goreleaser/goreleaser-action to v6.4.0, and sigstore/cosign-installer to v4.0.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.