Skip to content

Update dependency urllib3 to v2.7.0 [SECURITY] #227

Update dependency urllib3 to v2.7.0 [SECURITY]

Update dependency urllib3 to v2.7.0 [SECURITY] #227

Workflow file for this run

name: Static code analysis
on: [pull_request]
jobs:
semgrep:
name: run-semgrep
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.2.2
- run: semgrep scan --error --config auto
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}