chore(ci): harden CI workflows - #17
Open
amagan wants to merge 1 commit into
Open
Conversation
…g, open PR checks) F-CI-001: remove the repo-admin gate from code-npm_node-PR_verify.yml so external contributors' fork PRs can run read-only lint/test/build. The job runs on pull_request (no secret exposure) with permissions: contents: read. F-SEC-003: add least-privilege permissions to PR_verify, PR_verify-fallback and the four release_preview jobs (clears the missing-workflow-permissions alerts); SHA-pin actions/create-github-app-token@v3 and actions/setup-java@v5. Note: the issue_comment '/publish-snapshot' publisher (F-SEC-001) is intentionally left untouched here; it will be redesigned separately (untrusted build vs trusted publish, immutable artifact hand-off, environment with required reviewers).
|
ivanasabi
approved these changes
Aug 14, 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.



permissions:blocks to CI workflows.actions/create-github-app-tokenandactions/setup-javato commit SHAs.No source, dependency or runtime changes.