Skip to content

ci: add zizmor for linting gha workflows #3

ci: add zizmor for linting gha workflows

ci: add zizmor for linting gha workflows #3

Workflow file for this run

name: Lint GitHub Actions Workflows
on:
pull_request:
paths:
- '.github/workflows/*.yml'
- '.github/workflows/*.yaml'
permissions: {}
jobs:
zizmor:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
with:
advanced-security: false
min-confidence: medium