Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI

Check notice on line 1 in .github/workflows/ci.yml

View check run for this annotation

Fencer Code / Fencer

Vulnerability: #VULN-9Z6

Ensure top-level permissions are not set to write-all Top-level permissions in GitHub Actions workflows should not be configured with write-all access to prevent excessive privileges that could lead to security risks.

on:
push:
Expand Down Expand Up @@ -55,7 +55,7 @@
run: pnpm run ${{ matrix.node-version == 22 && 'test:coverage' || 'test' }}
- name: Upload coverage to Codecov
if: matrix.node-version == 22
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
with:
files: ./coverage/lcov.info
fail_ci_if_error: false
Expand Down
Loading