Skip to content

Harden GitHub actions using zizmor (#231) #2

Harden GitHub actions using zizmor (#231)

Harden GitHub actions using zizmor (#231) #2

Workflow file for this run

name: Zizmor
on:
push:
paths: ['.github/**/*.yml']
branches:
- master
- '*.x'
pull_request:
paths: ['.github/**/*.yml']
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
zizmor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
with:
advanced-security: false
annotations: true