Skip to content

ngclient: propagate non-timeout urllib3 connection errors #2223

ngclient: propagate non-timeout urllib3 connection errors

ngclient: propagate non-timeout urllib3 connection errors #2223

Workflow file for this run

name: "CodeQL Analysis"
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
schedule:
- cron: '30 0 * * 2'
workflow_dispatch:
permissions: {}
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
# NOTE: If you add security critical permissions, start pinning used actions
actions: read
contents: read
security-events: write # for uploading to code-scanning dashboard
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.36.2 # zizmor: ignore[unpinned-uses]
with:
languages: 'python'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.36.2 # zizmor: ignore[unpinned-uses]