Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .github/workflows/frontend-ui-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@ jobs:
with:
repository: redpanda-data/ui-registry
ref: ${{ env.UI_REGISTRY_REF }}
# The audit resolves component versions via `git show v<tag>:<path>`,
# so it needs full history and all v* tags (fetch-depth: 0).
# filter: blob:none makes it a blobless partial clone — commit and tag
# metadata is fetched, but file blobs are pulled lazily only when
# `git show` touches them, keeping the checkout fast.
fetch-depth: 0
filter: blob:none
path: ui-registry
token: ${{ env.ACTIONS_BOT_TOKEN }}
- name: Setup Bun
Expand Down