Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ name: UI CI
on:
pull_request:
branches:
- main
- production
push:
branches:
- main
- production

# Default-deny: jobs that need write scopes must opt up explicitly.
# Prevents the GitHub Actions Cache poisoning + OIDC-token-write attack chain
# documented in the May 2026 TanStack supply-chain compromise.
permissions:
contents: read

jobs:
lint:
Expand Down