Skip to content

ci: bump zizmorcore/zizmor-action from 0.5.3 to 0.5.5 in the github-actions group #7

ci: bump zizmorcore/zizmor-action from 0.5.3 to 0.5.5 in the github-actions group

ci: bump zizmorcore/zizmor-action from 0.5.3 to 0.5.5 in the github-actions group #7

Workflow file for this run

name: Check GitHub Actions
on:
workflow_dispatch:
push:
branches:
- main
merge_group:
pull_request:
branches:
- main
permissions: {}
jobs:
zizmor:
name: Check GitHub Actions security
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@a16621b09c6db4281f81a93cb393b05dcd7b7165 # v0.5.5
with:
advanced-security: ${{ github.event_name == 'push' && 'true' || 'false' }}
min-severity: low