Skip to content

ci: bump the github-actions group with 2 updates #35

ci: bump the github-actions group with 2 updates

ci: bump the github-actions group with 2 updates #35

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@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
with:
advanced-security: ${{ github.event_name == 'push' && 'true' || 'false' }}
min-severity: low