Skip to content

Cleanup GitHub workflows #18

Cleanup GitHub workflows

Cleanup GitHub workflows #18

Workflow file for this run

name: GitHub Actions Security Analysis with zizmor 🌈
on:
pull_request:
paths: &paths
- '.github/**.yml'
- '.github/**.yaml'
push:
branches: ['master']
paths: *paths
permissions:
actions: read # Required by zizmor when reading workflow metadata through the API
contents: read # Required to read workflow files
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
zizmor:
uses: yiisoft/actions/.github/workflows/zizmor.yml@master