Skip to content

Bump zizmorcore/zizmor-action from 0.5.3 to 0.5.6 #51

Bump zizmorcore/zizmor-action from 0.5.3 to 0.5.6

Bump zizmorcore/zizmor-action from 0.5.3 to 0.5.6 #51

Workflow file for this run

name: GitHub Actions Security Analysis with zizmor
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
zizmor:
name: Run zizmor analysis
runs-on: ubuntu-24.04
permissions:
contents: read # Required to clone the repo
security-events: write # Required to publish SARIF results to code scanning
steps:
- name: Harden the runner
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
with:
advanced-security: true
persona: pedantic