Skip to content

chore: bump the actions group with 5 updates #56

chore: bump the actions group with 5 updates

chore: bump the actions group with 5 updates #56

Workflow file for this run

name: Lint CI workflows
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
repository: ${{ github.repository }}
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: '3.x'
- name: Run zizmor
env:
GH_TOKEN: ${{ github.token }}
FORCE_COLOR: 1
run: pipx run zizmor --format=github .github/workflows/*.yml