Skip to content

docs: add container daemon troubleshooting #135

docs: add container daemon troubleshooting

docs: add container daemon troubleshooting #135

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "17 3 * * 1"
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [python]
steps:
- uses: actions/checkout@v6.0.2
- uses: github/codeql-action/init@v4.35.3
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/analyze@v4.35.3
with:
category: "/language:${{ matrix.language }}"