Skip to content

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.4 #159

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.4

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.4 #159

Workflow file for this run

# https://github.com/woodruffw/zizmor
name: zizmor GHA analysis
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
jobs:
zizmor:
name: zizmor latest via PyPI
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
- uses: hynek/setup-cached-uv@v2
- 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:
# Path to SARIF file relative to the root of the repository
sarif_file: results.sarif
# Optional category for the results
# Used to differentiate multiple results for one commit
category: zizmor