Skip to content

Update GitHub Actions, add zizmor security linter, and configure Dependabot #6

Update GitHub Actions, add zizmor security linter, and configure Dependabot

Update GitHub Actions, add zizmor security linter, and configure Dependabot #6

Workflow file for this run

name: GitHub Actions Security Analysis
on:
push:
branches: [main]
pull_request:
branches: ["**"]
permissions: {}
jobs:
zizmor:
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@v0.5.3
with:
config: .zizmor.yml