Skip to content

Merge pull request #584 from maxmind/dependabot/maven/com.puppycrawl.… #172

Merge pull request #584 from maxmind/dependabot/maven/com.puppycrawl.…

Merge pull request #584 from maxmind/dependabot/maven/com.puppycrawl.… #172

Workflow file for this run

name: GitHub Actions Security Analysis with zizmor
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
jobs:
zizmor:
name: zizmor latest via PyPI
runs-on: ubuntu-latest
permissions:
security-events: write
# required for workflows in private repositories
contents: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # 6.6.0
with:
enable-cache: false
- name: Run zizmor
run: uvx [email protected] --format plain .
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}