Skip to content
Merged
Changes from 1 commit
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
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@
- name: Run format check
run: npx oxfmt . --check

zizmor:
name: Zizmor GitHub Actions check
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v6

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed
with:
persist-credentials: false

- name: Run zizmor
uses: zizmorcore/zizmor-action@v0.5.3

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed

test-browser:
name: Run browser tests
runs-on: ubuntu-latest
Expand Down