Fix/workflow permissions - #7
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR hardens GitHub Actions workflows for the 1.0.5 release line by explicitly declaring least-privilege permissions, updating the release workflow to minimize write scope, and refreshing the generated vstack install manifest metadata. It also updates the changelog to track the latest branch work under 1.0.5 while keeping 1.0.4 as the released set.
Changes:
- Added explicit workflow-level
permissionsto QA, Verify, and Security workflows. - Updated Release workflow to default to
contents: readand grantcontents: writeonly to the tagging/release job. - Refreshed
.github/vstack.jsonmetadata and updatedCHANGELOG.mdfor 1.0.5.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| CHANGELOG.md | Adds 1.0.5 entry describing workflow permission hardening and manifest refresh. |
| .github/workflows/verify.yml | Normalizes on: syntax and declares read-only workflow permissions. |
| .github/workflows/security.yml | Declares explicit read permissions needed for PR-context scanning steps. |
| .github/workflows/release.yml | Makes workflow token read-only by default; scopes write to the release job. |
| .github/workflows/qa.yml | Declares explicit read-only workflow permissions for CI checks. |
| .github/vstack.json | Updates generated install manifest timestamp metadata. |
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
This PR prepares the 1.0.5 release line with workflow hardening and manifest refresh.
What changed:
Why:
Related Issues
Validation
Release Impact