Skip to content

Update zizmorcore/zizmor-action action to v0.6.0 (#140) #128

Update zizmorcore/zizmor-action action to v0.6.0 (#140)

Update zizmorcore/zizmor-action action to v0.6.0 (#140) #128

name: security / zizmor
on:
push:
branches: [main, master]
paths:
- ".github/workflows/**"
- ".github/actions/**"
- ".github/zizmor.yml"
- ".github/dependabot.yml"
pull_request:
paths:
- ".github/workflows/**"
- ".github/actions/**"
- ".github/zizmor.yml"
- ".github/dependabot.yml"
schedule:
- cron: "0 9 * * 1"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'schedule' && github.run_id || github.ref }}
cancel-in-progress: ${{ github.event_name != 'schedule' }}
permissions:
contents: read
jobs:
zizmor:
name: Static analysis (zizmor)
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
with:
min-severity: medium
advanced-security: false
annotations: true
config: .github/zizmor.yml