Skip to content

chore(deps): bump pytest-mock from 3.15.0 to 3.15.1 (#18712) #4153

chore(deps): bump pytest-mock from 3.15.0 to 3.15.1 (#18712)

chore(deps): bump pytest-mock from 3.15.0 to 3.15.1 (#18712) #4153

Workflow file for this run

# https://github.com/woodruffw/zizmor
name: GitHub Actions Security Analysis with Zizmor
on:
push:
branches: ["main"]
pull_request:
branches: ["*"]
jobs:
zizmor:
# Advanced Security is not enabled on private repositories
if: github.repository == 'pypi/warehouse'
name: Zizmor
runs-on: ubuntu-24.04
permissions:
security-events: write
# required for workflows in private repositories
contents: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
- name: Run zizmor
run: pipx run zizmor --format sarif . > results.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
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