Skip to content

Add security workflows #25

Add security workflows

Add security workflows #25

on:
pull_request:
name: Security (PR) (Testing)
permissions:
contents: read
jobs:
zizmor:
name: zizmor
runs-on: ubuntu-latest
permissions:
contents: read # only needed for private repos
actions: read # only needed for private repos
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
- uses: KittyCAD/gha-workflows/.github/actions/zizmor-action@security
with:
gh_token: ${{ secrets.GITHUB_TOKEN }}