Skip to content

Check GitHub actions with zizmor (SEA-2065) #3

Check GitHub actions with zizmor (SEA-2065)

Check GitHub actions with zizmor (SEA-2065) #3

Workflow file for this run

# https://docs.zizmor.sh/integrations/#github-actions
name: Zizmor (GitHub Actions Security)
on:
push:
paths:
- '.github/workflows/**'
pull_request:
paths:
- '.github/workflows/**'
permissions: {}
concurrency:
group: zizmor-${{ github.ref }}
cancel-in-progress: true
jobs:
zizmor:
runs-on: ubuntu-latest
permissions:
contents: read # Required for private repos
actions: read # Required for private repos
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
with:
advanced-security: false