We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae88465 commit f7f2394Copy full SHA for f7f2394
2 files changed
.github/workflows/test.yml
@@ -267,6 +267,9 @@ jobs:
267
coverage-combine:
268
needs: [test-linux, test-macos, test-windows]
269
runs-on: ubuntu-latest
270
+ permissions:
271
+ contents: read
272
+ id-token: write
273
274
steps:
275
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
justfile
@@ -222,7 +222,7 @@ check-all *ENV:
222
# run zizmor security analysis of CI
223
zizmor:
224
cargo install --locked zizmor
225
- zizmor --persona auditor --format sarif .github/workflows/ > zizmor.sarif
+ zizmor --format sarif .github/workflows/ > zizmor.sarif
226
227
# run specific tests (project venv)
228
test *TESTS:
0 commit comments