Skip to content

Fix zizmor issues and add a zizmor action to check all the GH actions #1

Fix zizmor issues and add a zizmor action to check all the GH actions

Fix zizmor issues and add a zizmor action to check all the GH actions #1

Workflow file for this run

name: Zizmor
on:
push:
branches: ["main"]
paths:
- ".github/workflows/**"
pull_request:
branches: ["main"]
paths:
- ".github/workflows/**"
permissions:
contents: read
security-events: write
jobs:
zizmor:
name: Zizmor latest
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
with:
sarif-upload: true