Skip to content

build(deps): bump cryptography from 46.0.7 to 49.0.0 #2210

build(deps): bump cryptography from 46.0.7 to 49.0.0

build(deps): bump cryptography from 46.0.7 to 49.0.0 #2210

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