Skip to content

add: statically analyze CI workflows #1

add: statically analyze CI workflows

add: statically analyze CI workflows #1

Workflow file for this run

on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
permissions: {}
jobs:
check-ci-workflows:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
repository: ${{ github.repository }}
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5
with:
python-version: '3.x'
- name: Run zizmor
env:
GH_TOKEN: ${{ github.token }}
run: pipx run zizmor .github/workflows/*.yml