Skip to content

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

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

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

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@v4
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # 6.0.1
with:
enable-cache: false
- name: Run zizmor
run: uvx zizmor@1.7.0 --format plain .
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}