Skip to content

ci: harden github actions workflows#1

Merged
tonyblu331 merged 13 commits into
masterfrom
codex/github-actions-hardening
May 23, 2026
Merged

ci: harden github actions workflows#1
tonyblu331 merged 13 commits into
masterfrom
codex/github-actions-hardening

Conversation

@tonyblu331

Copy link
Copy Markdown
Owner

Summary

  • harden GitHub Actions permissions for PR-safe CI
  • separate privileged deploy/publish permissions from untrusted PR validation
  • use lockfile-respecting installs where applicable

Security context

This addresses the GitHub Actions PR trust-boundary class highlighted by the Orca write-up: untrusted PR code must not run with deploy/publish credentials, OIDC, or broad write permissions.

Verification

  • Static workflow review only
  • Builds/tests not run per project instruction

@tonyblu331 tonyblu331 merged commit c3e94d9 into master May 23, 2026
0 of 2 checks passed
@tonyblu331 tonyblu331 deleted the codex/github-actions-hardening branch May 23, 2026 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant