Skip to content

🌱 Bump the github-actions group with 4 updates #50

🌱 Bump the github-actions group with 4 updates

🌱 Bump the github-actions group with 4 updates #50

Workflow file for this run

---
# Static analysis for GitHub Actions workflows
# https://docs.zizmor.sh/
name: zizmor
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
zizmor:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
# Upload SARIF to Security tab on push to main
- name: Run zizmor (SARIF)
if: github.event_name == 'push'
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
# Block PRs with findings
- name: Run zizmor (PR check)
if: github.event_name == 'pull_request'
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
with:
advanced-security: false