Skip to content

GitHub Actions Security Analysis with zizmor 🌈 #1695

GitHub Actions Security Analysis with zizmor 🌈

GitHub Actions Security Analysis with zizmor 🌈 #1695

Workflow file for this run

name: GitHub Actions Security Analysis with zizmor 🌈
on:
push:
schedule:
- cron: '20 7 * * *'
permissions: {}
jobs:
zizmor:
name: zizmor latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: ./.github/actions/uv-setup
- run: zizmor --color=always .
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}