Skip to content

ci: bump zizmorcore/zizmor-action from 0.6.2 to 0.6.3 in the github-actions group #52

ci: bump zizmorcore/zizmor-action from 0.6.2 to 0.6.3 in the github-actions group

ci: bump zizmorcore/zizmor-action from 0.6.2 to 0.6.3 in the github-actions group #52

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 # v0.6.3
with:
advanced-security: ${{ github.event_name == 'push' && 'true' || 'false' }}
min-severity: low