Skip to content

fix(deps): update all patch and digest versions #2706

fix(deps): update all patch and digest versions

fix(deps): update all patch and digest versions #2706

# TODO: if zizmor doesn't pass, don't run any other action
name: GitHub Actions Security Analysis with zizmor 🌈
on:
push:
branches: ["main", "release-*"]
pull_request:
branches: ["**"]
permissions:
contents: read
jobs:
zizmor:
name: zizmor latest via PyPI
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
with:
enable-cache: false
- name: Run zizmor 🌈
run: uvx zizmor --format=github .github/
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}