Skip to content

chore: Add security scanning and harden GH actions #1

chore: Add security scanning and harden GH actions

chore: Add security scanning and harden GH actions #1

Workflow file for this run

name: Security
on:
push:
permissions: {}
jobs:
zizmor:
name: Check GitHub Actions
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
security-events: write # Required to upload results as security events
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3