Skip to content

ci: Harden workflows#568

Open
RandomByte wants to merge 1 commit into
mainfrom
ci/hardening
Open

ci: Harden workflows#568
RandomByte wants to merge 1 commit into
mainfrom
ci/hardening

Conversation

@RandomByte
Copy link
Copy Markdown
Member

  • Use github.event.pull_request.user.login instead of github.actor for
    dependabot bot check (immutable PR author vs spoofable event actor)
  • Move release-please workflow-level write permissions to the job that
    needs them; default to permissions: {}
  • Pass matrix.path_released via env var to avoid template injection
    into the run script

- Use github.event.pull_request.user.login instead of github.actor for
  dependabot bot check (immutable PR author vs spoofable event actor)
- Move release-please workflow-level write permissions to the job that
  needs them; default to permissions: {}
- Pass matrix.path_released via env var to avoid template injection
  into the run script
@RandomByte RandomByte requested a review from matz3 May 26, 2026 09:40
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.

2 participants