Skip to content

refactor(immutability): split collection and effect analysis #633

refactor(immutability): split collection and effect analysis

refactor(immutability): split collection and effect analysis #633

Workflow file for this run

name: GitHub Actions Security Analysis with zizmor 🌈
on:
pull_request:
branches:
- "**"
workflow_call:
concurrency:
group: zizmor-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
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@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
- name: Run zizmor 🌈
run: uvx zizmor --format=github .
env:
GH_TOKEN: ${{ github.token }}