Skip to content

Relax python version constraint #488

Relax python version constraint

Relax python version constraint #488

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
with:
persist-credentials: false
- uses: ./.github/actions/uv-setup/
with:
sync: false
- run: uvx zizmor --color=always .
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}