Skip to content

ci(deps): bump the github-actions group with 3 updates (#926) #441

ci(deps): bump the github-actions group with 3 updates (#926)

ci(deps): bump the github-actions group with 3 updates (#926) #441

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