Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 29, 2026

GitHub Advanced Security flagged missing permissions blocks in the coverage workflows, which could allow overly permissive GITHUB_TOKEN usage.

Changes

  • coverage-baseline.yml: Added permissions: contents: read block
  • coverage.yml: Added pull-requests: write permission (required for posting PR coverage comments)

Both workflows now explicitly declare minimal required permissions following security best practices.

permissions:
  contents: read

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Fix coverage workflows for baseline and PR comparison Add explicit permissions to coverage workflows Jan 29, 2026
Copilot AI requested a review from eleanorjboyd January 29, 2026 20:50
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