Skip to content

Bump pypa/cibuildwheel from 2.22.0 to 2.23.0 #85

Bump pypa/cibuildwheel from 2.22.0 to 2.23.0

Bump pypa/cibuildwheel from 2.22.0 to 2.23.0 #85

name: " GitHub Actions Security Analysis with Zizmor"
# The scheduled workflow runs every Sunday at 23:45 UTC.
on:
push:
schedule:
- cron: '45 23 * * 0'
jobs:
build:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5.3.0
- name: Run zizmor 🌈
run: uvx zizmor --format sarif . > results.sarif
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
category: zizmor