Skip to content

fix: pin next to 16.2.12 #795

fix: pin next to 16.2.12

fix: pin next to 16.2.12 #795

Workflow file for this run

name: GitHub Actions Security Analysis with zizmor 🌈
on:
push:
branches:
- main
pull_request:
branches:
- "**"
permissions: {}
jobs:
zizmor:
name: Run zizmor 🌈
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
- name: Run zizmor 🌈
run: uvx zizmor --format=github .
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}