Skip to content

Commit f7f2394

Browse files
committed
fix code cov
1 parent ae88465 commit f7f2394

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ jobs:
267267
coverage-combine:
268268
needs: [test-linux, test-macos, test-windows]
269269
runs-on: ubuntu-latest
270+
permissions:
271+
contents: read
272+
id-token: write
270273

271274
steps:
272275
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ check-all *ENV:
222222
# run zizmor security analysis of CI
223223
zizmor:
224224
cargo install --locked zizmor
225-
zizmor --persona auditor --format sarif .github/workflows/ > zizmor.sarif
225+
zizmor --format sarif .github/workflows/ > zizmor.sarif
226226

227227
# run specific tests (project venv)
228228
test *TESTS:

0 commit comments

Comments
 (0)