mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 13:50:33 +00:00
chore(ci): add zizmor workflow for github actions security analysis
This commit is contained in:
parent
ff58e14023
commit
9bc018758e
1 changed files with 19 additions and 0 deletions
19
.github/workflows/zizmor.yml
vendored
Normal file
19
.github/workflows/zizmor.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: zizmor
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
paths: ['.github/workflows/**']
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
zizmor:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue