Skip to content

do not cache in build workflow when running on release #594

do not cache in build workflow when running on release

do not cache in build workflow when running on release #594

Workflow file for this run

name: zizmor 🌈
on:
push:
branches: [main]
paths:
- .github/workflows/**
pull_request:
paths:
- .github/workflows/**
jobs:
zizmor:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e
with:
enable-cache: true
- 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