Skip to content

Bump urllib3 from 1.26.19 to 2.6.3 (#250) #38

Bump urllib3 from 1.26.19 to 2.6.3 (#250)

Bump urllib3 from 1.26.19 to 2.6.3 (#250) #38

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:
name: Zizmor
runs-on: ubuntu-24.04
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
- name: Run zizmor
run: pipx run zizmor --format sarif . > results.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
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